Skip to content

chore(deps): update dependency @angular-devkit/schematics-cli to v16 #933

chore(deps): update dependency @angular-devkit/schematics-cli to v16

chore(deps): update dependency @angular-devkit/schematics-cli to v16 #933

Workflow file for this run

name: ⚙️ Lint
on:
pull_request:
push:
branches:
- main
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- run: npm run typecheck
- run: npm run prettier -- --check
- run: npm run stylelint
- run: npm run lint
concurrency:
group: lint-${{ github.head_ref }}
cancel-in-progress: true