diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index 44b99e7..7063427 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -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