Skip to content

Commit

Permalink
Add check to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Jul 7, 2023
1 parent 1b97e37 commit 2a7f6ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- name: install dependencies
run: npm install

- name: Check file and folder names
run: make check-file-and-folder-names-in-docs

- name: run markdownlint
run: make markdownlint

Expand Down

0 comments on commit 2a7f6ac

Please sign in to comment.