Radiator .dds for service module (I don't know Blender well enough to add to .mu) #6
Workflow file for this run
This file contains 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: CI | |
on: | |
push: | |
branches: [ "main" ] | |
paths: | |
- '**/*.cs' | |
pull_request: | |
paths: | |
- '**/*.cs' | |
workflow_dispatch: | |
workflow_call: | |
jobs: | |
build: | |
uses: KSPModdingLibs/KSPBuildTools/.github/workflows/build.yml@main | |
with: | |
solution-file-path: 'Source/BoringCrewServices.sln' |