Skip to content

Workflow file for this run

name: Lint
on:
workflow_dispatch:
release:
types:
- published
workflow_run:
workflows: ["CI"]
branches: [main]
types:
- completed
jobs:
workflows:
uses: hassio-addons/workflows/.github/workflows/workflows-ci.yaml@main

Check failure on line 16 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

error parsing called workflow ".github/workflows/main.yml" -> "hassio-addons/workflows/.github/workflows/workflows-ci.yaml@main" (source branch with sha:6d2f56b3c87509772cc7d8cc7c1c3f251560cdf3) : workflow is not reusable as it is missing a `on.workflow_call` trigger
secrets:
DISPATCH_TOKEN: ${{ secrets.DISPATCH_TOKEN }}