Skip to content

Commit

Permalink
feat: add linting to CI (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcroote authored Dec 17, 2024
1 parent cc449e4 commit 1e03329
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Link Validator
name: Lint and validate links

on:
pull_request:
Expand Down Expand Up @@ -26,6 +26,10 @@ jobs:

- run: pnpm install

- name: Lint
run: |
pnpm format:check
- name: Build documentation
run: |
pnpm docs:build
Expand Down

0 comments on commit 1e03329

Please sign in to comment.