Skip to content

Merge pull request #184 from probot/renovate/actions-checkout-digest #385

Merge pull request #184 from probot/renovate/actions-checkout-digest

Merge pull request #184 from probot/renovate/actions-checkout-digest #385

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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
- uses: actions/setup-node@v6
with:
cache: npm
node-version: 22
- run: npm ci
- run: npm test