Skip to content

Commit

Permalink
Exclude misspell check on dep manager files
Browse files Browse the repository at this point in the history
  • Loading branch information
mszostok committed Mar 7, 2022
1 parent 7049ba0 commit 7e26750
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,11 @@ jobs:
reporter: github-pr-review
level: info
locale: "US"
exclude: |
./hub-js/package-lock.json
./hub-js/package.json
./go.mod
./go.sum
- name: Check links in *.md files
if: always() # validate also *.md even if errors found in mdx files.
uses: gaurav-nelson/github-action-markdown-link-check@v1
Expand Down

0 comments on commit 7e26750

Please sign in to comment.