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 9b02816 commit fa65ef6Copy full SHA for fa65ef6
.github/workflows/lint.yaml
@@ -31,15 +31,16 @@ jobs:
31
- uses: actions/[email protected]
32
with:
33
fetch-depth: 0
34
+ - uses: actions/setup-node@v3
35
+ with:
36
+ node-version: '14'
37
+ - run: npm install
38
+ - run: npm run lint
39
- uses: github/super-linter/[email protected]
40
+ if: always()
41
env:
42
ERROR_ON_MISSING_EXEC_BIT: true
43
VALIDATE_JSCPD: false
44
VALIDATE_JAVASCRIPT_STANDARD: false
45
VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'push' }}
46
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- - uses: actions/setup-node@v3
- with:
- node-version: '14'
- - run: npm install
- - run: npm run lint
0 commit comments