Skip to content

Commit 377ed24

Browse files
committed
ci: install bslintrc.
1 parent 189ea44 commit 377ed24

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/node.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
- name: Install tools
1717
run: npm install --location=global bslint
1818

19+
- name: Install bslintrc
20+
run: npm install --ignore-scripts bslintrc
21+
1922
- name: Lint
2023
run: npm run lint
2124

0 commit comments

Comments
 (0)