Skip to content

chore: update dependency express to v4.21.2 #55

chore: update dependency express to v4.21.2

chore: update dependency express to v4.21.2 #55

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