Skip to content

Merge branch 'dev' of https://github.com/SnowletTV/Invictus into dev #6093

Merge branch 'dev' of https://github.com/SnowletTV/Invictus into dev

Merge branch 'dev' of https://github.com/SnowletTV/Invictus into dev #6093

name: Find braces mismatches
on: [push]
jobs:
find_braces_mismatches:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
submodules: recursive
- run: |
wget https://raw.githubusercontent.com/IhateTrains/braces-mismatch-finder/main/bracket_script.py &&
echo "Script downloaded" &&
python3 bracket_script.py