Skip to content
---
name: Super Linter
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-only-cancel-in-progress-jobs-or-runs-for-the-current-workflow
concurrency:
group: ${{ github.workflow }}@${{ github.ref }}
cancel-in-progress: true
on:
push:
branches: [master, main]
workflow_dispatch:
jobs:
calling:
uses: ./.github/workflows/linter-default.yml

Check failure on line 16 in .github/workflows/test:linter-default.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test:linter-default.yml

Invalid workflow file

error parsing called workflow ".github/workflows/test:linter-default.yml" -> "./.github/workflows/linter-default.yml" : failed to fetch workflow: workflow was not found.
...