Skip to content

Commit 527672e

Browse files
authored
ci: disable eslint action
1 parent 8aa6c9a commit 527672e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
run: npm run build
1313
- name: test
1414
run: npm test
15-
- name: eslint
16-
uses: hallee/eslint-action@master
17-
env:
18-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15+
# - name: eslint
16+
# uses: hallee/eslint-action@master
17+
# env:
18+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1919
- name: semantic release
2020
# this will stop early if it's not on `master`, for some reason using `if: github.ref == 'master'` doesn't work
2121
run: npx semantic-release

0 commit comments

Comments
 (0)