mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 18:02:13 +02:00
15 lines
275 B
YAML
15 lines
275 B
YAML
name: Spell Check
|
|
|
|
on:
|
|
pull_request:
|
|
|
|
jobs:
|
|
typos-check:
|
|
name: Spell Check with Typos
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout Actions Repository
|
|
uses: actions/checkout@v3
|
|
- name: Check spelling
|
|
uses: crate-ci/typos@v1.13.26
|