Skip to content

chore(deps): update taiga-family/ci action to v1.42.0 (#24) #72

chore(deps): update taiga-family/ci action to v1.42.0 (#24)

chore(deps): update taiga-family/ci action to v1.42.0 (#24) #72

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]
- uses: taiga-family/ci/actions/setup/[email protected]
- 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