Skip to content

chore(deps): update taiga-ui family to v0.147.10 (#464) #1120

chore(deps): update taiga-ui family to v0.147.10 (#464)

chore(deps): update taiga-ui family to v0.147.10 (#464) #1120

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/checkout@v1.71.1
- uses: taiga-family/ci/actions/setup/variables@v1.71.1
- uses: taiga-family/ci/actions/setup/node@v1.71.1
- run: npm run lint
- run: npm run prettier -- --check
- run: npx nx build demo
concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true