Skip to content

Commit

Permalink
correct ci-for-node.yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
nbogie authored Feb 6, 2024
1 parent 3fecadd commit 0d515be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-for-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
- name: install dependencies with yarn
run: yarn install --frozen-lockfile
- run: yarn test
run: yarn lint
- run: yarn lint
- name: Check code formatting with prettier
run: yarn format:check

0 comments on commit 0d515be

Please sign in to comment.