Compare commits

..

3 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
2 changed files with 2030 additions and 2655 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