Skip to content

Commit

Permalink
Comment out lint for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdaniels committed Oct 30, 2023
1 parent b24ce00 commit 4f7932c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
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

0 comments on commit 4f7932c

Please sign in to comment.