Skip to content

Workflow file for this run

name: PR Workflow
on: [pull_request]
jobs:
lint:
uses: ./lint.yml@main

Check failure on line 7 in .github/workflows/workflows.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/workflows.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
automerge:
needs: [lint]
uses: ./merge-dependabot.yml@main