Skip to content

Commit

Permalink
Add linting to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
loganvolkers committed May 10, 2024
1 parent c1730ea commit 24b097e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:

- uses: bahmutov/npm-install@v1

- name: Lint (via Turbo)
run: npm run lint

- name: Build (via Turbo)
run: npm run build

Expand Down

0 comments on commit 24b097e

Please sign in to comment.