Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

chore(deps): update dependency @taiga-ui/prettier-config to v0.5.0 #145

chore(deps): update dependency @taiga-ui/prettier-config to v0.5.0

chore(deps): update dependency @taiga-ui/prettier-config to v0.5.0 #145

Workflow file for this run

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