Skip to content

chore: update angular web apis plugins to v4.11.1 #3920

chore: update angular web apis plugins to v4.11.1

chore: update angular web apis plugins to v4.11.1 #3920

Workflow file for this run

name: ⚙️ Lint
on:
pull_request:
push:
branches:
- main
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
persist-credentials: false
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- run: |
npm run cspell
if [[ "${{ env.SUPPORT_AUTO_PUSH }}" == "true" ]]; then
npm run stylelint -- --fix
npm run prettier -- --write
npm run lint -- --fix
else
npm run stylelint
npm run prettier -- --check
npm run lint
fi
- uses: taiga-family/ci/actions/auto/[email protected]
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true