Skip to content
This repository was archived by the owner on Jun 5, 2024. It is now read-only.

overal clear #41

overal clear

overal clear #41

Workflow file for this run

name: Go
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
validate:
uses: anoideaopen/workflows/.github/workflows/validate--v1.yml@main
go-qa-l0:
needs:
- validate
uses: anoideaopen/workflows/.github/workflows/go-validate--v1.yml@main
secrets: inherit
go-qa-l1:
needs:
- go-qa-l0
uses: anoideaopen/workflows/.github/workflows/go-lint--v1.yml@main
go-qa-l2:
needs:
- go-qa-l1
uses: anoideaopen/workflows/.github/workflows/go-test--v1.yml@main

Check failure on line 32 in .github/workflows/go.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/go.yml

Invalid workflow file

error parsing called workflow ".github/workflows/go.yml" -> "anoideaopen/workflows/.github/workflows/go-test--v1.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
go-qa-l3:
needs:
- go-qa-l2
uses: anoideaopen/workflows/.github/workflows/go-static--v1.yml@main
secrets: inherit