Skip to content

Extend GitHub Workflow #1

Extend GitHub Workflow

Extend GitHub Workflow #1

Workflow file for this run

---
name: Lint Code Base
on:
workflow_call:
pull_request:
branches: [main]
types:
[opened, reopened]
jobs:
run-lint:
uses: Netcracker/qubership-workflow-hub/.github/workflows/super-linter.yaml@main

Check failure on line 14 in .github/workflows/super-linter.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/super-linter.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/super-linter.yaml" -> "Netcracker/qubership-workflow-hub/.github/workflows/super-linter.yaml@main" (source branch with sha:192c2c08af8e5544e1a226bd5cf04024514d75d6) : workflow is not reusable as it is missing a `on.workflow_call` trigger