Skip to content

Commit 025f8f8

Browse files
committed
no linting in ci
1 parent f6ea3bc commit 025f8f8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ jobs:
3636
echo "Files to lint:"
3737
cat ~/lintable_files
3838
39-
- name: Lint
40-
run: |
41-
if [ -s ~/lintable_files ]; then
42-
npx eslint $(cat ~/lintable_files)
43-
else
44-
echo "No files to lint"
45-
fi
46-
39+
# - name: Lint
40+
# run: |
41+
# if [ -s ~/lintable_files ]; then
42+
# npx eslint $(cat ~/lintable_files)
43+
# else
44+
# echo "No files to lint"
45+
# fi
4746
- name: TypeScript Checker
4847
run: npx tsc --emitDeclarationOnly
4948

5049
- name: Run Tests
5150
run: npm run test
51+

0 commit comments

Comments
 (0)