Skip to content

MP2381-Versioning-Dashboard #24

MP2381-Versioning-Dashboard

MP2381-Versioning-Dashboard #24

Workflow file for this run

name: Backend CI
on:
workflow_dispatch: {}
pull_request: {}
release:
types: [published]
push:
branches:
- master
- develop
- release/*
- feature/*
- hotfix/*
jobs:
golang:
uses: UNIwise/workflows/.github/workflows/golang.yaml@master

Check failure on line 18 in .github/workflows/backend.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/backend.yml

Invalid workflow file

error parsing called workflow ".github/workflows/backend.yml" -> "UNIwise/workflows/.github/workflows/golang.yaml@master" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
with:
go-version: 1.23