Fixes Naming of CZ 12-round Magazine, and Adjusts the Descriptions of Reloaded 5.7mm Ammunition #36716
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 |