Skip to content

Commit

Permalink
Check for formatting and linting errors in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-low committed Jan 8, 2025
1 parent e763572 commit 5c01f62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: Install dependencies
# --frozen-lockfile: don't generate a lockfile and fail if an update is needed
run: yarn install --frozen-lockfile

- name: Check for formatting and linting errors
run: yarn run check

- name: Run build
run: yarn run build
Expand Down

0 comments on commit 5c01f62

Please sign in to comment.