Skip to content

chore(deps): update dependency eslint-plugin-sonarjs to ^1.0.4 #1475

chore(deps): update dependency eslint-plugin-sonarjs to ^1.0.4

chore(deps): update dependency eslint-plugin-sonarjs to ^1.0.4 #1475

Workflow file for this run

name: ⚙️ CI
on:
pull_request:
push:
branches: [main]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected]
with:
fetch-depth: 0
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- run: |
npm run commitlint
npm run prettier -- --check
npm run cspell -- --no-progress
npm run stylelint
npm run lint
- run: |
npx nx run-many --target build --all
concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true