Skip to content

Commit

Permalink
chore: apply changes after linting [bot]
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored and taiga-family-bot committed Oct 8, 2023
1 parent 003ebb5 commit ffbd1c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- run: npm run prettier ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --write' || '-- --check' }}
- uses: taiga-family/ci/actions/auto/[email protected]
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}

stylelint:
runs-on: ubuntu-latest
Expand All @@ -36,7 +36,7 @@ jobs:
- run: npm run stylelint ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --fix' || '' }}
- uses: taiga-family/ci/actions/auto/[email protected]
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}

eslint:
runs-on: ubuntu-latest
Expand All @@ -47,7 +47,7 @@ jobs:
- run: npm run lint ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --fix' || '' }}
- uses: taiga-family/ci/actions/auto/[email protected]
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}

result:
needs: [typecheck, cspell, prettier, stylelint, eslint]
Expand Down

0 comments on commit ffbd1c7

Please sign in to comment.