Skip to content

feat: allow setting language versions in all workflows #81

feat: allow setting language versions in all workflows

feat: allow setting language versions in all workflows #81

Workflow file for this run

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

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: no version specified
conventional-commit:
uses: ./workflows/conventional-commit.yaml
pre-commit:
uses: ./workflows/pre-commit.yaml