Skip to content

Chore/KT-113: Update releases to use shared workflows #1

Chore/KT-113: Update releases to use shared workflows

Chore/KT-113: Update releases to use shared workflows #1

Workflow file for this run

name: Version Check
# This version check only runs if the branch is prefixed with 'release/'
# The logic for this can only be applied at the job level, hence this comment.
on:
pull_request:
branches:
- main
- feature/major-release
jobs:
test:
name: 'Version Check'
uses: statsbomb/kitbag-workflows/.github/workflows/version-check.yaml@main

Check failure on line 14 in .github/workflows/version.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/version.yml

Invalid workflow file

error parsing called workflow ".github/workflows/version.yml" -> "statsbomb/kitbag-workflows/.github/workflows/version-check.yaml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit