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

chore(deps): update dependency prettier to v3.1.1 #176

chore(deps): update dependency prettier to v3.1.1

chore(deps): update dependency prettier to v3.1.1 #176

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