Skip to content

ci: fix path to reusable pipeline in CI configuration #14

ci: fix path to reusable pipeline in CI configuration

ci: fix path to reusable pipeline in CI configuration #14

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: write
security-events: write
id-token: write
actions: read
jobs:
pipeline:
uses: RandomCodeSpace/central-ops/reusable-pipeline.yml@main

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

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
secrets: inherit
with:
go_version_file: go.mod
cgo_enabled: "1"
go_test_flags: "-race -timeout 120s"