Skip to content

Commit

Permalink
feat: Add markdown lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Yosef Arbiv committed Oct 28, 2021
1 parent 9a4a44a commit ae8f00e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,8 @@ jobs:
npx lerna bootstrap --no-ci --hoist --nohoist='zone.js' --nohoist='gts' --ignore-scripts -- --only=dev
- name: Lint
run: npm run lint

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

0 comments on commit ae8f00e

Please sign in to comment.