Skip to content

Commit

Permalink
Moved markdown lint to top
Browse files Browse the repository at this point in the history
  • Loading branch information
Yosef Arbiv committed Nov 7, 2021
1 parent 6a1afe7 commit bd9b5ad
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Lint markdown files
uses: avto-dev/markdown-lint@v1
with:
ignore: "./**/CHANGELOG.md"
args: "./**/*.md"

- name: restore lerna
uses: actions/cache@master # must use unreleased master to cache multiple paths
id: cache
Expand All @@ -37,8 +43,3 @@ jobs:
- name: Lint
run: npm run lint

- name: Lint markdown files
uses: avto-dev/markdown-lint@v1
with:
ignore: "./**/CHANGELOG.md"
args: "./**/*.md"

0 comments on commit bd9b5ad

Please sign in to comment.