Skip to content

Refactor build workflow #1

Refactor build workflow

Refactor build workflow #1

Workflow file for this run

name: Build
on:
push:
branches:
- main
tags:
- v*
pull_request:
jobs:
lint_and_test:
name: lint and test
uses: arcalot/arcaflow-reusable-workflows/.github/workflows/go_lint_and_test.yaml@main
with:
go_version: ${{ vars.ARCALOT_GO_VERSION }}
generate:
name: go generate
uses: arcalot/arcaflow-reusable-workflows/.github/workflows/go_generate.yaml@main

Check failure on line 17 in .github/workflows/build.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/build.yaml" -> "arcalot/arcaflow-reusable-workflows/.github/workflows/go_generate.yaml@main" : failed to fetch workflow: workflow was not found.
with:
go_version: ${{ vars.ARCALOT_GO_VERSION }}