Skip to content

Workflow file for this run

---
name: 'checks'
'on':
pull_request:
branches:
- 'main'
jobs:
markdownlint:
uses: ./workflows/markdownlint.yaml@tex_versions

Check failure on line 11 in .github/workflows/local-checks.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/local-checks.yaml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
conventional-commit:
uses: ./workflows/conventional-commit.yaml@tex_versions
pre-commit:
uses: ./workflows/pre-commit.yaml@tex_versions