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

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

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

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

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