mirror of
https://github.com/Discreetly/server.git
synced 2026-01-10 04:57:57 -05:00
Update spellcheck.yml
This commit is contained in:
19
.github/workflows/spellcheck.yml
vendored
19
.github/workflows/spellcheck.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user