Skip to content

new version (#184) #636

new version (#184)

new version (#184) #636

Workflow file for this run

name: Go Test
on:
pull_request:
push:
branches: ["main"]
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event_name == 'push' && github.sha || github.ref }}
cancel-in-progress: true
jobs:
go-test:
uses: pl-strflt/uci/.github/workflows/go-test.yml@v0.0

Check failure on line 18 in .github/workflows/go-test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/go-test.yml

Invalid workflow file

error parsing called workflow ".github/workflows/go-test.yml" -> "pl-strflt/uci/.github/workflows/go-test.yml@v0.0" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.