Skip to content

Commit

Permalink
Update spellcheck.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AtHeartEngineer authored Jul 26, 2023
1 parent 8c4f348 commit 233c771
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,5 @@ jobs:
- name: Checkout Actions Repository
uses: actions/checkout@v2

- name: Check spelling of file.txt
uses: crate-ci/typos@master
with:
files: ./file.txt

- name: Use custom config file
uses: crate-ci/typos@master
with:
files: ./file.txt
config: ./myconfig.toml

- name: Ignore implicit configuration file
uses: crate-ci/typos@master
with:
files: ./file.txt
isolated: true

- name: Writes changes in the local checkout
uses: crate-ci/typos@master
with:
write_changes: true

0 comments on commit 233c771

Please sign in to comment.