Skip to content

chore: update taiga-family/ci action to v1.100.0 #446

chore: update taiga-family/ci action to v1.100.0

chore: update taiga-family/ci action to v1.100.0 #446

Workflow file for this run

name: ⚙️ Build
on:
pull_request:
push:
branches: [main]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.1
- uses: taiga-family/ci/actions/setup/node@v1.97.0
- run: npm run build
concurrency:
group: build-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true