Skip to content

chore: refactor CI workflows to use a shared quality job #122

chore: refactor CI workflows to use a shared quality job

chore: refactor CI workflows to use a shared quality job #122

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
quality:
strategy:
fail-fast: true
matrix:
node-version: [20.x, 22.x]
uses: ./.github/workflows/quality.yml
with:
node-version: ${{ matrix.node-version }}