We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d149ca commit d5c1872Copy full SHA for d5c1872
1 file changed
.github/workflows/ci.yml
@@ -26,10 +26,6 @@ jobs:
26
node-version: ${{ matrix.node-version }}
27
- run: npm install
28
- run: npm install -D nyc
29
- - name: ESLint Suggestion
30
- uses: CatChen/eslint-suggestion-action@v1.7.0
31
- with:
32
- github-workspace: ${{ github.workspace }}
33
- run: npm run ci
34
- uses: codecov/codecov-action@v2
35
with:
0 commit comments