File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -31,16 +31,16 @@ jobs:
3131 - name : Install dependencies 🚀
3232 run : npm i --prefer-offline --no-audit --omit=optional
3333
34- - name : Run linter(s) 💅
35- uses : wearerequired/lint-action@v2
36- with :
37- github_token : ${{ secrets.GITHUB_TOKEN }}
38- continue_on_error : false
39- git_name : github-actions[bot]
40- git_email : github-actions[bot]@users.noreply.github.com
41- auto_fix : false
42- prettier : true
43- prettier_extensions : js,cjs,ts,json
34+ # - name: Run linter(s) 💅
35+ # uses: wearerequired/lint-action@v2
36+ # with:
37+ # github_token: ${{ secrets.GITHUB_TOKEN }}
38+ # continue_on_error: false
39+ # git_name: github-actions[bot]
40+ # git_email: github-actions[bot]@users.noreply.github.com
41+ # auto_fix: false
42+ # prettier: true
43+ # prettier_extensions: js,cjs,ts,json
4444
4545 - name : Run hadolint 🐳
4646 uses : hadolint/hadolint-action@v2.1.0
You can’t perform that action at this time.
0 commit comments