Skip to content

Commit 4f7932c

Browse files
committed
Comment out lint for now
1 parent b24ce00 commit 4f7932c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
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

0 commit comments

Comments
 (0)