Skip to content

chore(deps): update dependency @taiga-ui/stylelint-config to v0.12.5 … #272

chore(deps): update dependency @taiga-ui/stylelint-config to v0.12.5 …

chore(deps): update dependency @taiga-ui/stylelint-config to v0.12.5 … #272

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