Compare commits

..

6 Commits

Author SHA1 Message Date
21816829de Merge pull request #28 from LeonRay297/cn_pinyin
update 3.23.1a v2
2024-06-16 12:29:53 +08:00
b99b34420c update 3.23.1a v2 2024-06-16 12:28:05 +08:00
493204b1b4 Merge pull request #23 from LeonRay297/patch-5
Update 3.23.1a live
2024-06-14 09:09:17 +08:00
1ef8c3e179 Update global.ini
3.23.1a live
2024-06-14 08:12:18 +08:00
d9f10d17ea Merge pull request #20 from LeonRay297/patch-4
Update global.ini
2024-05-22 20:20:04 +08:00
d450abf9e2 Update global.ini 2024-05-22 20:12:18 +08:00
2 changed files with 72282 additions and 79478 deletions

View File

@ -1,37 +0,0 @@
name: PR Check
on:
pull_request:
types: [opened, synchronize, reopened]
branches:
- '**'
workflow_dispatch:
jobs:
rust-pr-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Rust
uses: dtolnay/rust-toolchain@stable
- name: Rust Cache
uses: Swatinem/rust-cache@v2
with:
cache-all-crates: true
prefix-key: "rs_cache"
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
shared-key: "share"
- name: Setup localization runner tools
run: cargo install --git https://github.com/StarCitizenToolBox/runner_tools.git --tag v1.0.1 localization
- name: PR Check
env:
GH_REPO: ${{ github.repository }}
GH_PR_NUMBER: ${{ github.event.pull_request.id }}
GH_PR_TITLE: ${{ github.event.pull_request.title }}
run: localization -m pr_check

File diff suppressed because one or more lines are too long