./main.rb spec/fixtures/test_app spec/fixtures/test_app/.github/dependabot.yml
Add the following to your workflow (e.g. .github/actions/test.yml
):
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.0.2
- uses: get-bridge/dependabot-validator@v1.0.3
Act is used to simulate a GitHub action run.
It can be invoked via act
.