mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
* fix: use static files by include_json_static (#1123) * chore: add workflow_dispatch to workflows
This commit is contained in:
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user