Add a small amount of ablator to Mercury and Gemini CMs to deal with … #159
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 cfg files" | |
| on: | |
| push: | |
| branches: [ master ] | |
| pull_request: | |
| branches: [ master ] | |
| # Allows you to run this workflow manually from the Actions tab | |
| workflow_dispatch: | |
| jobs: | |
| validate-cfg-files: | |
| uses: KSP-RO/BuildTools/.github/workflows/validate-cfg-files.yml@master |