fix: use static files by include_json_static (#1123) (#1146)

* fix: use static files by include_json_static (#1123)

* chore: add workflow_dispatch to workflows
This commit is contained in:
Sunset Mikoto
2025-08-22 15:57:28 +08:00
committed by GitHub
parent 8feb6c9b93
commit 23b3517ae5
9 changed files with 36 additions and 19 deletions

View File

@@ -3,6 +3,7 @@ name: Cargo Build, Test, and Linting
on:
push:
pull_request:
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
@@ -77,4 +78,4 @@ jobs:
- uses: actions/checkout@v5
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- uses: Swatinem/rust-cache@v2
- run: cargo clippy --release --all-targets --all-features
- run: cargo clippy --release --all-targets --all-features