chore: run linter(s) once we have linting tools in place
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
This commit is contained in:
parent
b7545c95c2
commit
06445eeda7
1 changed files with 10 additions and 10 deletions
20
.github/workflows/ci.yml
vendored
20
.github/workflows/ci.yml
vendored
|
|
@ -31,16 +31,16 @@ jobs:
|
|||
- name: Install dependencies 🚀
|
||||
run: npm i --prefer-offline --no-audit --omit=optional
|
||||
|
||||
- name: Run linter(s) 💅
|
||||
uses: wearerequired/lint-action@v2
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
continue_on_error: false
|
||||
git_name: github-actions[bot]
|
||||
git_email: github-actions[bot]@users.noreply.github.com
|
||||
auto_fix: false
|
||||
prettier: true
|
||||
prettier_extensions: js,cjs,ts,json
|
||||
# - name: Run linter(s) 💅
|
||||
# uses: wearerequired/lint-action@v2
|
||||
# with:
|
||||
# github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
# continue_on_error: false
|
||||
# git_name: github-actions[bot]
|
||||
# git_email: github-actions[bot]@users.noreply.github.com
|
||||
# auto_fix: false
|
||||
# prettier: true
|
||||
# prettier_extensions: js,cjs,ts,json
|
||||
|
||||
- name: Run hadolint 🐳
|
||||
uses: hadolint/hadolint-action@v2.1.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue