Skip to content

chore(deps): bump actions/checkout from 2 to 4 #4

chore(deps): bump actions/checkout from 2 to 4

chore(deps): bump actions/checkout from 2 to 4 #4

Workflow file for this run

name: Merge Bot

Check failure on line 1 in .github/workflows/merge-bot.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/merge-bot.yml

Invalid workflow file

Invalid `steps` value - steps should be list of `uses` or `run` items
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
npm i
npm run build
npm test:ci
automerge:
needs: test
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v3