Skip to content

Commit dc5fd51

Browse files
committed
Add lint back in, stop cutting canaries from this branch
1 parent 817cf0a commit dc5fd51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ jobs:
167167
- name: Install deps
168168
if: steps.node_modules_cache.outputs.cache-hit != 'true'
169169
run: npm ci
170-
# - name: Lint
171-
# run: npm run lint
170+
- name: Lint
171+
run: npm run lint
172172
- name: Build
173173
run: npm run build
174174
- name: Test Node
@@ -202,7 +202,7 @@ jobs:
202202
runs-on: ubuntu-latest
203203
name: Publish (NPM)
204204
needs: ['build', 'test', 'browser']
205-
if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/v17' || github.event_name == 'release' }}
205+
if: ${{ github.ref == 'refs/heads/master' || github.event_name == 'release' }}
206206
steps:
207207
- name: Setup node
208208
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)