Compare commits

..

16 Commits

Author SHA1 Message Date
63ca267cfc Merge pull request #104 from TheWanderingCitizen/main
3.24.3 LIVE 9423704 main
2024-11-28 09:07:55 +08:00
390233f4c6 3.24.3 LIVE 9423704 2024-11-27 17:06:59 +00:00
0afe748df9 Merge pull request #98 from TheWanderingCitizen/main
3.24.3 LIVE 9423704 main
2024-11-23 17:36:15 +08:00
162d53ff58 3.24.3 LIVE 9423704 2024-11-23 07:45:58 +00:00
f4b30f9d95 Merge pull request #4 from StarCitizenToolBox/main
fork sync
2024-11-22 23:17:18 +08:00
a396dcbbc5 Merge pull request #96 from TheWanderingCitizen/main
3.24.3 LIVE 9423704 main
2024-11-22 20:17:48 +08:00
029d15fd30 3.24.3 LIVE 9423704 2024-11-22 12:12:10 +00:00
2df096a307 Merge pull request #91 from TheWanderingCitizen/main
3.24.3 LIVE 9423704
2024-11-22 12:28:50 +08:00
fe4bb05806 Merge pull request #2 from StarCitizenToolBox/main
fork sync
2024-11-22 12:22:12 +08:00
ce0d4d2dd5 Merge pull request #88 from TheWanderingCitizen/main
3.24.3 PTU 9421824
2024-11-22 11:31:02 +08:00
2c2b159a67 3.24.3 PTU 9421824 2024-11-22 03:27:49 +00:00
17c467840f Merge pull request #83 from TheWanderingCitizen/main
3.24.3 PTU 9421824
2024-11-20 22:13:36 +08:00
a0e4c77d27 3.24.3 PTU 9421824 2024-11-20 14:08:18 +00:00
e4b1e41830 Merge pull request #81 from TheWanderingCitizen/main
3.24.3 PTU 9421824
2024-11-19 20:58:54 +08:00
b27075b4fa 3.24.3 PTU 9421824 2024-11-19 12:56:20 +00:00
db2b7d320d Feat: PR Check (#80) 2024-11-19 20:53:57 +08:00
2 changed files with 2669 additions and 3294 deletions

34
.github/workflows/pr_check.yml vendored Normal file
View File

@ -0,0 +1,34 @@
name: PR Check
on:
pull_request:
types: [opened, synchronize, reopened]
branches:
- '**'
workflow_dispatch:
jobs:
run-rust:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Check runner_tools
uses: actions/checkout@v4
with:
repository: StarCitizenToolBox/runner_tools
path: runner_tools
- name: Set up Rust
uses: dtolnay/rust-toolchain@stable
- name: Rust Cache
uses: Swatinem/rust-cache@v2
with:
workspaces: "rust"
cache-all-crates: true
- name: PR Check
run: cargo run --manifest-path ./runner_tools/localization/Cargo.toml pr_check --release

File diff suppressed because it is too large Load Diff