We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 189ea44 commit 377ed24Copy full SHA for 377ed24
1 file changed
.github/workflows/node.yml
@@ -16,6 +16,9 @@ jobs:
16
- name: Install tools
17
run: npm install --location=global bslint
18
19
+ - name: Install bslintrc
20
+ run: npm install --ignore-scripts bslintrc
21
+
22
- name: Lint
23
run: npm run lint
24
0 commit comments