Skip to content

Merge branch 'renovate/actions-checkout-4.x' into combined-prs-branch #207

Merge branch 'renovate/actions-checkout-4.x' into combined-prs-branch

Merge branch 'renovate/actions-checkout-4.x' into combined-prs-branch #207

Workflow file for this run

name: Test
on:
push:
jobs:
test:
strategy:
matrix:
node-version: [18, 20]
uses: driimus/shared-workflows/.github/workflows/test.yml@feat/modular-workflows
with:
node-version: ${{ matrix.node-version }}
secrets:
turbo_token: ${{ secrets.TURBO_TOKEN }}
turbo_team: ${{ secrets.TURBO_TEAM }}
lint:
uses: driimus/shared-workflows/.github/workflows/lint.yml@feat/modular-workflows
secrets:
turbo_token: ${{ secrets.TURBO_TOKEN }}
turbo_team: ${{ secrets.TURBO_TEAM }}