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:
Vinayak Kulkarni 2022-10-04 11:15:01 +05:30
parent b7545c95c2
commit 06445eeda7
No known key found for this signature in database
GPG key ID: 0FE8ABF8260A1552

View file

@ -31,16 +31,16 @@ jobs:
- name: Install dependencies 🚀 - name: Install dependencies 🚀
run: npm i --prefer-offline --no-audit --omit=optional run: npm i --prefer-offline --no-audit --omit=optional
- name: Run linter(s) 💅 # - name: Run linter(s) 💅
uses: wearerequired/lint-action@v2 # uses: wearerequired/lint-action@v2
with: # with:
github_token: ${{ secrets.GITHUB_TOKEN }} # github_token: ${{ secrets.GITHUB_TOKEN }}
continue_on_error: false # continue_on_error: false
git_name: github-actions[bot] # git_name: github-actions[bot]
git_email: github-actions[bot]@users.noreply.github.com # git_email: github-actions[bot]@users.noreply.github.com
auto_fix: false # auto_fix: false
prettier: true # prettier: true
prettier_extensions: js,cjs,ts,json # prettier_extensions: js,cjs,ts,json
- name: Run hadolint 🐳 - name: Run hadolint 🐳
uses: hadolint/hadolint-action@v2.1.0 uses: hadolint/hadolint-action@v2.1.0