Skip to content

chore: update taiga-ui config-tools to v0.226.0 #3949

chore: update taiga-ui config-tools to v0.226.0

chore: update taiga-ui config-tools to v0.226.0 #3949

Workflow file for this run

name: Build
on:
pull_request:
push:
branches: [main]
jobs:
build-packages:
name: Packages
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- run: npx nx run-many --target build --all --exclude=demo
build-demo:
name: Demo
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- run: npx nx build-gh-pages
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true