Skip to content

Merge pull request #199 from probot/renovate/aws-actions-configure-aw… #416

Merge pull request #199 from probot/renovate/aws-actions-configure-aw…

Merge pull request #199 from probot/renovate/aws-actions-configure-aw… #416

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