Skip to content

feat: allow setting language versions in all workflows #80

feat: allow setting language versions in all workflows

feat: allow setting language versions in all workflows #80

Workflow file for this run

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

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

View workflow run for this annotation

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

Invalid workflow file

error parsing called workflow ".github/workflows/local-checks.yaml" -> "./.github/workflows/pre-commit.yaml" : failed to fetch workflow: workflow was not found.