Disallow some guns from turrets based on action #36652
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: Detect missions that are missing .start.assign_mission_target.om_special | |
on: | |
pull_request: | |
paths: | |
- '**.json' | |
permissions: | |
contents: read | |
jobs: | |
run-the-tool: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- run: ./tools/json_tools/assign_mission_target_needs_om_special.bash 2>&1 |