Skip to content

Commit

Permalink
Update workflow (lint is now a part of build)
Browse files Browse the repository at this point in the history
  • Loading branch information
acusti committed Jan 8, 2024
1 parent f2b05be commit 835f1a0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ jobs:
cache: 'yarn'
- name: Install dependencies
run: yarn
- name: Lint files
run: yarn lint
- name: Typecheck and build packages
- name: Typecheck, build, and lint packages
run: yarn buildci
- name: Test files
run: yarn test

0 comments on commit 835f1a0

Please sign in to comment.