Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
paultag committed Oct 6, 2024
1 parent 6a9bf72 commit ba072c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/cargo-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,12 @@ on:
- Cargo.toml
- Cargo.lock
- .github/workflows/cargo-clippy.yml
- "rust-toolchain.toml"
- "openapi/*.json"
pull_request:
paths:
- "**.rs"
- Cargo.toml
- Cargo.lock
- .github/workflows/cargo-clippy.yml
- "rust-toolchain.toml"
- "openapi/*.json"
name: cargo clippy
jobs:
cargoclippy:
Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/cargo-fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,15 @@ on:
- main
paths:
- "**.rs"
- "engine"
- "rust-toolchain"
- "rust-toolchain.toml"
- Cargo.toml
- Cargo.lock
- .github/workflows/cargo-fmt.yml
pull_request:
paths:
- "**.rs"
- "rust-toolchain"
- "rust-toolchain.toml"
- Cargo.toml
- Cargo.lock
- .github/workflows/cargo-fmt.yml
- "engine"
permissions:
packages: read
contents: read
Expand Down

0 comments on commit ba072c3

Please sign in to comment.