Skip to content

ci: use reusable workflows and shared renovate config #127

ci: use reusable workflows and shared renovate config

ci: use reusable workflows and shared renovate config #127

Workflow file for this run

# GitHub Actions workflow to build and test a Go project.
name: "Go"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
merge_group:
jobs:
build:
name: "Build"
uses: HyperaDev/actions/.github/workflows/go-build.yml@main

Check failure on line 13 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build.yml" -> "HyperaDev/actions/.github/workflows/go-build.yml@main" : failed to fetch workflow: workflow was not found.
with:
go_version: "stable"
codecov_enabled: true
vulncheck_enabled: true