Move scripts away from the root directory

This commit is contained in:
KingRainbow44
2023-03-31 17:05:12 -04:00
parent 4a6ff4721c
commit 5bf5fb07a2
12 changed files with 187 additions and 182 deletions

View File

@@ -6,7 +6,7 @@ on:
- ".github/workflows/**"
- "src/main/**.java"
- "**.json"
- "manage_languages.py"
- "scripts/manage_languages.py"
branches:
- "stable"
- "development"
@@ -15,7 +15,7 @@ on:
- ".github/workflows/**"
- "src/main/**.java"
- "**.json"
- "manage_languages.py"
- "scripts/manage_languages.py"
types:
- opened
- synchronize
@@ -28,4 +28,4 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.10' # Version range or exact version of a Python version to use, using SemVer's version range syntax
- run: python3 manage_languages.py -l
- run: python3 scripts/manage_languages.py -l