Skip to content

Commit

Permalink
Lint as part of GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcharlton committed Feb 1, 2024
1 parent c5bb451 commit 0ac8630
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Tests
name: Test & Lint
on:
push:
branches:
Expand All @@ -15,3 +15,11 @@ jobs:
- uses: actions/setup-node@v4
- run: npm ci
- run: npm test

lint-css:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
- run: npm ci
- run: npm run lint:css

0 comments on commit 0ac8630

Please sign in to comment.