Skip to content

Commit

Permalink
every step must declare a uses or run key
Browse files Browse the repository at this point in the history
  • Loading branch information
nbogie committed Jan 26, 2024
1 parent ecfdd16 commit 506eebc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-for-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
- run: yarn run build --if-present
- run: yarn test
- name: Check code quality and formatting with lint and prettier
- run: yarn lint
- run: yarn format:check
run: yarn lint
run: yarn format:check

0 comments on commit 506eebc

Please sign in to comment.