Skip to content

chore: update taiga-family/ci action to v1.93.6 (#321) #1376

chore: update taiga-family/ci action to v1.93.6 (#321)

chore: update taiga-family/ci action to v1.93.6 (#321) #1376

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- main
jobs:
build:
name: Build app
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: taiga-family/ci/actions/setup/variables@v1.93.6
- uses: taiga-family/ci/actions/setup/node@v1.93.6
- run: npx nx build
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true