Skip to content

docs: remove redundant line in README for configuration example #9

docs: remove redundant line in README for configuration example

docs: remove redundant line in README for configuration example #9

Workflow file for this run

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

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

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "RandomCodeSpace/central-ops/.github/workflows/reusable-pipeline.yml@main" (source branch with sha:b7cc79ade5292e4a5f7c58b0710e5189a96fe28f) : (Line: 91, Col: 9): Job 'auto-beta' depends on unknown job 'codeql'.
secrets: inherit
with:
go_version_file: go.mod
cgo_enabled: "1"
go_test_flags: "-race -timeout 120s"