Skip to content

Change to reusable workflow for linting and testing #3

Change to reusable workflow for linting and testing

Change to reusable workflow for linting and testing #3

Workflow file for this run

name: Golang Test
on:
push:
branches:
- main
pull_request:
jobs:
lint_and_test:
name: lint and test
uses: webbnh/arcaflow-reusable-workflows/.github/workflows/go_lint_and_test.yaml@main # FIXME: Should refer to "arcaflow" org

Check failure on line 10 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" -> "webbnh/arcaflow-reusable-workflows/.github/workflows/go_lint_and_test.yaml@main" : failed to fetch workflow: workflow was not found.