Skip to content

CI

CI #22

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
linter:
uses: ./.github/workflows/linter.yml

Check failure on line 9 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "./.github/workflows/linter.yml" : workflow is not reusable as it is missing a `on.workflow_call` trigger
sanitizers:
uses: ./.github/workflows/sanitizers.yml