New Crowdin updates (#2775)

This commit is contained in:
Tyler Wilding
2023-06-25 15:17:18 -05:00
committed by GitHub
parent 4018d15fde
commit 25e7c9bc5d
36 changed files with 644 additions and 473 deletions
+8 -1
View File
@@ -10,7 +10,7 @@ on:
merge_group: {}
jobs:
lint:
formatting:
name: 📝 Formatting
runs-on: ubuntu-20.04
timeout-minutes: 10
@@ -32,6 +32,13 @@ jobs:
run: |
chmod +x ./third-party/run-clang-format/run-clang-format.py
./third-party/run-clang-format/run-clang-format.py -r common decompiler game goalc test tools lsp --color always
other:
name: 📝 Other Checks
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Check for Unresolved Conflicts
run: python ./scripts/gsrc/check-for-conflicts.py