Skip to content

chore(deps-dev): bump @types/node in the types group (#89) #35

chore(deps-dev): bump @types/node in the types group (#89)

chore(deps-dev): bump @types/node in the types group (#89) #35

Workflow file for this run

name: Main CI 🔮
concurrency:
group: ${{ github.ref }}-main-ci
cancel-in-progress: false
on:
push:
branches:
- main
env:
FORCE_COLOR: 1
jobs:
pre-checks:
uses: ./.github/workflows/_01_pre_checks.yml
secrets: inherit
checks:
needs: [pre-checks]
uses: ./.github/workflows/_02_checks.yml
secrets: inherit