Skip to content

Commit 6389ac9

Browse files
chore: run linter(s) once we have linting tools in place
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
1 parent c38eb29 commit 6389ac9

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)