Skip to content

chore(deps): update ng #25

chore(deps): update ng

chore(deps): update ng #25

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
persist-credentials: false
- uses: taiga-family/ci/actions/setup/[email protected]
- run: npx nx run-many -t lint
- run: npx nx run-many -t build
- run: npx nx run-many -t test
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true