Skip to content

Commit

Permalink
lint is in pretest
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Jan 4, 2024
1 parent 2d0424d commit 26f83a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ jobs:
node-version: ${{ matrix.node }}
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint
# lint is included in pretest
# - name: Lint
# run: npm run lint
- name: Test
run: npm test
- name: Coverage
Expand Down

0 comments on commit 26f83a8

Please sign in to comment.