Skip to content

chore(deps): update taiga-ui to v0.122.0 #1290

chore(deps): update taiga-ui to v0.122.0

chore(deps): update taiga-ui to v0.122.0 #1290

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/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- run: |
npm run prettier -- --check
npm run lint
npm run build
npm test
concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true