From ffbd1c721c59a258cf701395aa1dde3ec63720c1 Mon Sep 17 00:00:00 2001 From: taiga-family-bot Date: Sun, 8 Oct 2023 14:13:48 +0000 Subject: [PATCH] chore: apply changes after linting [bot] --- .github/workflows/lint.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 709d25d77..a02bf5946 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,7 +25,7 @@ jobs: - run: npm run prettier ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --write' || '-- --check' }} - uses: taiga-family/ci/actions/auto/push@v1.29.19 with: - token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} + token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} stylelint: runs-on: ubuntu-latest @@ -36,7 +36,7 @@ jobs: - run: npm run stylelint ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --fix' || '' }} - uses: taiga-family/ci/actions/auto/push@v1.29.19 with: - token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} + token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} eslint: runs-on: ubuntu-latest @@ -47,7 +47,7 @@ jobs: - run: npm run lint ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --fix' || '' }} - uses: taiga-family/ci/actions/auto/push@v1.29.19 with: - token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} + token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} result: needs: [typecheck, cspell, prettier, stylelint, eslint]