Skip to content

Merge pull request #221 from probot/renovate/actions-checkout-7.x #461

Merge pull request #221 from probot/renovate/actions-checkout-7.x

Merge pull request #221 from probot/renovate/actions-checkout-7.x #461

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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
- uses: actions/setup-node@v6
with:
cache: npm
node-version: 24
- run: npm ci
- run: npm test