Skip to content

Remove reusable workflow documentation #1

Remove reusable workflow documentation

Remove reusable workflow documentation #1

Workflow file for this run

name: validate
on:
workflow_call:
workflow_dispatch:
jobs:
validate:
runs-on: ubuntu-24.04
steps:
- run: echo "::warning:: Due to the inability to properly pin them, reusable workflows in KSPBuildTools will be deprecated in the next major version"

Check failure on line 11 in .github/workflows/validate.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/validate.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
- name: Checkout repo
uses: actions/checkout@v4
- name: Validate config files
uses: KSP-CKAN/KSPMMCfgParser@master