mirror of
https://github.com/open-goal/jak-project
synced 2026-07-11 07:25:37 -04:00
New Crowdin updates (#2775)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user