Skip to content

chore(deps): update nx to v19.5.7 #3232

chore(deps): update nx to v19.5.7

chore(deps): update nx to v19.5.7 #3232

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 prettier -- --check
- run: npm run stylelint
- run: npm run lint
concurrency:
group: lint-${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true