Skip to content

chore(deps): update taiga-family/ci action to v1.50.3 (#126) #268

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

chore(deps): update taiga-family/ci action to v1.50.3 (#126) #268

Workflow file for this run

name: ⚙️ CI
on:
pull_request:
push:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- run: npm run prettier -- --check
- run: npm run lint
- run: npm run test
- run: npm run build:library
- run: npm run build:demo
env:
NODE_OPTIONS: --openssl-legacy-provider
concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true