We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e5b44 commit e59ec08Copy full SHA for e59ec08
.github/workflows/cd.yml
@@ -24,6 +24,10 @@ jobs:
24
run: npm ci
25
working-directory: ${{ env.working-directory }}
26
27
+ - name: Linter
28
+ run: npm run lint
29
+ working-directory: ${{ env.working-directory }}
30
+
31
- name: Apply changes
32
run: node update.js iojs.org
33
.github/workflows/ci.yml
@@ -23,7 +23,11 @@ jobs:
23
- name: Install dependencies
-
- name: Check changes
run: node update.js iojs.org --dry-run
0 commit comments