From 06445eeda743451107597cea09034527604636d4 Mon Sep 17 00:00:00 2001 From: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com> Date: Tue, 4 Oct 2022 11:15:01 +0530 Subject: [PATCH] chore: run linter(s) once we have linting tools in place Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com> --- .github/workflows/ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd7a5d0..8d6b845 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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