Skip to content

Commit

Permalink
Remove linting when publishing the website ( docs.yml )
Browse files Browse the repository at this point in the history
  • Loading branch information
mario4tier authored Oct 10, 2023
1 parent 9443db5 commit 199d05b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,6 @@ jobs:
uses: "./.github/actions/diffs"
id: diff

spelling:
name: Lint documentation
needs: diff
if: needs.diff.outputs.isDoc == 'true'
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- name: Spell Check Docs
uses: crate-ci/typos@master
with:
files: ./doc ./*.md

deploy:
runs-on: ubuntu-latest
if: github.event.repository.fork == false
Expand Down

0 comments on commit 199d05b

Please sign in to comment.