generated from Tinkoff/angular-open-source-starter
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: apply changes after linting [bot]
- Loading branch information
1 parent
003ebb5
commit ffbd1c7
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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] | ||
|