Remove reusable workflow documentation #1
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" | ||
| - name: Checkout repo | ||
| uses: actions/checkout@v4 | ||
| - name: Validate config files | ||
| uses: KSP-CKAN/KSPMMCfgParser@master | ||