Bump Fronter.NET from 04a071e
to cdf62be
(#2279) #patch
#4006
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: "Find braces mismatches" | |
on: [push] | |
jobs: | |
find_braces_mismatches: | |
runs-on: [self-hosted, linux] | |
steps: | |
- uses: actions/checkout@v4 | |
- name: "Download and run script" | |
run: | | |
cd ImperatorToCK3/Data_Files/blankMod/output | |
wget https://raw.githubusercontent.com/IhateTrains/braces-mismatch-finder/main/bracket_script.py && | |
echo "Script downloaded" && | |
python3 bracket_script.py |