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
Comment out lint for now
  • Loading branch information
jamesdaniels committed Oct 30, 2023
commit 4f7932c8213b4885e53ae7aa8f7fecfeb9c61cd5
4 changes: 2 additions & 2 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