Skip to content

chore: sync from infrastructure repo #3

chore: sync from infrastructure repo

chore: sync from infrastructure repo #3

Workflow file for this run

# This file is managed by Terraform.
# Do not edit manually. Submit changes via an infrastructure PR.
name: Go CI
on:
pull_request:
branches: ["main"]
push:
branches: ["main"]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: ${{ github.ref_name != 'main' }}
jobs:
go-validate:
name: Go Validate
uses: instruqt/shared-workflows/.github/workflows/go-validate.yaml@main
secrets:
gh-token: ${{ secrets.GITOPS_KEY }}
go-lint:
name: Go lint
uses: instruqt/shared-workflows/.github/workflows/go-lint-v2.yaml@main

Check failure on line 25 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" -> "instruqt/shared-workflows/.github/workflows/go-lint-v2.yaml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
timeout: 20m0s
secrets:
gh-token: ${{ secrets.GITOPS_KEY }}