Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add lint back in, stop cutting canaries from this branch
  • Loading branch information
jamesdaniels committed Dec 7, 2023
commit dc5fd51e3f08b091a1d80484b303b0ff6223854b
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ jobs:
- name: Install deps
if: steps.node_modules_cache.outputs.cache-hit != 'true'
run: npm ci
# - name: Lint
# run: npm run lint
- name: Lint
run: npm run lint
- name: Build
run: npm run build
- name: Test Node
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
runs-on: ubuntu-latest
name: Publish (NPM)
needs: ['build', 'test', 'browser']
if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/v17' || github.event_name == 'release' }}
if: ${{ github.ref == 'refs/heads/master' || github.event_name == 'release' }}
steps:
- name: Setup node
uses: actions/setup-node@v3
Expand Down