Compare commits

...

6 Commits

Author SHA1 Message Date
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
c04bef44d7 Merge pull request #78 from TheWanderingCitizen/main
3.24.3 PTU 9419143
2024-11-17 00:33:44 +08:00
4c6657a329 3.24.3 PTU 9419143 2024-11-16 13:32:48 +00:00
2 changed files with 1885 additions and 1758 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