We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa6c9a commit 527672eCopy full SHA for 527672e
.github/workflows/push.yml
@@ -12,10 +12,10 @@ jobs:
12
run: npm run build
13
- name: test
14
run: npm test
15
- - name: eslint
16
- uses: hallee/eslint-action@master
17
- env:
18
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+# - name: eslint
+# uses: hallee/eslint-action@master
+# env:
+# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19
- name: semantic release
20
# this will stop early if it's not on `master`, for some reason using `if: github.ref == 'master'` doesn't work
21
run: npx semantic-release
0 commit comments