Skip to content

chore: update dependency zone.js to v0.15.0 #31

chore: update dependency zone.js to v0.15.0

chore: update dependency zone.js to v0.15.0 #31

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