mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/LocalizationData.git
synced 2025-07-04 22:46:10 +08:00
Compare commits
14 Commits
3.24.3(PU)
...
3.23.0(PU)
Author | SHA1 | Date | |
---|---|---|---|
9e8c994c26 | |||
e278eab58c | |||
172b7cdee9 | |||
4cafd41a51 | |||
48bdf6186f | |||
001ff83d9d | |||
0a595c35d6 | |||
dcb4eaccaa | |||
b88e2a2fbf | |||
8f9cc2b113 | |||
988c547076 | |||
b95e24f1c9 | |||
2d9add9ca6 | |||
a04c2237e0 |
34
.github/workflows/pr_check.yml
vendored
34
.github/workflows/pr_check.yml
vendored
@ -1,34 +0,0 @@
|
|||||||
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 one or more lines are too long
Reference in New Issue
Block a user