Skip to content

Merge pull request #186 from probot/renovate/actions-checkout-6.x #389

Merge pull request #186 from probot/renovate/actions-checkout-6.x

Merge pull request #186 from probot/renovate/actions-checkout-6.x #389

Workflow file for this run

name: Test
"on":
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
- uses: actions/setup-node@v6
with:
cache: npm
node-version: 22
- run: npm ci
- run: npm test