Skip to content

Commit

Permalink
Check formatting in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
benediktwerner committed Feb 22, 2025
1 parent 45de3dd commit 5acd661
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ jobs:
run:
working-directory: doc
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- uses: pnpm/action-setup@v4
with:
run_install: true
package_json_file: doc/package.json
- run: pnpm spectral
- run: pnpm lint
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- uses: pnpm/action-setup@v4
with:
run_install: true
package_json_file: doc/package.json
- run: pnpm spectral
- run: pnpm lint
- run: pnpm check-format

0 comments on commit 5acd661

Please sign in to comment.