Compare commits

...

10 Commits

Author SHA1 Message Date
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
ddfe0b37b1 4.0 EPTU 9418963 2024-11-17 01:36:46 +08:00
2 changed files with 2510 additions and 2384 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