Skip to content

Workflow file for this run

# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branch: [main, master]
pull_request:
branch: [main, master]
name: lint
jobs:
lint:
uses: ./.github/workflows/all_jobs.yaml

Check failure on line 13 in .github/workflows/test_lint.yaml

View workflow run for this annotation

GitHub Actions / lint

Invalid workflow file

The workflow is not valid. .github/workflows/test_lint.yaml (Line: 13, Col: 11): Input event_name is required, but not provided while calling. .github/workflows/test_lint.yaml (Line: 13, Col: 11): Input run_id is required, but not provided while calling.
with:
job: 'lint'
secrets: inherit