Update spellcheck.yml

This commit is contained in:
AtHeartEngineer
2023-07-26 00:08:55 -04:00
committed by GitHub
parent 8c4f348f4f
commit 233c7716cf

View File

@@ -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