Skip to content

fix: golangci lint editorconfig lints #369

fix: golangci lint editorconfig lints

fix: golangci lint editorconfig lints #369

Workflow file for this run

---
name: CLA Assistant
on:
issue_comment:
types: [created]
pull_request_target:
types: [opened, closed, synchronize]
permissions:
actions: write
contents: read
pull-requests: write
statuses: write
jobs:
cla_assistant:
uses: Netcracker/qubership-workflow-hub/.github/workflows/cla.yaml@main

Check failure on line 17 in .github/workflows/cla.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/cla.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/cla.yaml" -> "Netcracker/qubership-workflow-hub/.github/workflows/cla.yaml@main" (source branch with sha:2e80605137161cc1af5abc9612375a9f2b0c7d30) : workflow is not reusable as it is missing a `on.workflow_call` trigger
secrets:
personal_access_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}