Skip to content

Commit

Permalink
ci: install bslint-extra.
Browse files Browse the repository at this point in the history
  • Loading branch information
nodech committed Jan 15, 2025
1 parent 62d6cf2 commit 351ae11
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 @@ -16,6 +16,9 @@ jobs:
- name: Install tools
run: npm install --location=global bslint

- name: Install bslint extra
run: npm install bslint-extra

- name: Lint
run: npm run lint

Expand Down

0 comments on commit 351ae11

Please sign in to comment.