Skip to content

CI test

CI test #9

Workflow file for this run

name: ci
on:
pull_request:
branches:
- "*"
jobs:
test:
uses: signoz/primus.workflows/.github/workflows/go-test.yaml@main
secrets: inherit
with:
PRIMUS_REF: main
GO_TEST_CONTEXT: ./...
fmt:
uses: signoz/primus.workflows/.github/workflows/go-fmt.yaml@main

Check failure on line 16 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yaml" -> "signoz/primus.workflows/.github/workflows/go-fmt.yaml@main" : failed to fetch workflow: workflow was not found.
secrets: inherit
with:
PRIMUS_REF: main
lint:
uses: signoz/primus.workflows/.github/workflows/go-lint.yaml@main
secrets: inherit
with:
PRIMUS_REF: main