Skip to content

Workflow file for this run

name: PR Workflow
on: [pull_request]
jobs:
lint:
uses: andyMrtnzP/browserless-test/.github/workflows/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

error parsing called workflow ".github/workflows/workflows.yml" -> "andyMrtnzP/browserless-test/.github/workflows/lint.yml@main" (source branch with sha:3e9a3a25c168e535a52a5cfd8bccd5e8b6b77534) : workflow is not reusable as it is missing a `on.workflow_call` trigger
codeql:
uses: andyMrtnzP/browserless-test/.github/workflows/codeql-analysis.yml@main
automerge:
needs: [lint, codeql]
uses: andyMrtnzP/browserless-test/.github/workflows/merge-dependabot.yml@main