Skip to content

Commit

Permalink
Fix cargo clippy workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammy99jsp committed Apr 19, 2024
1 parent 30c8151 commit 2594e12
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ on:
pull_request:
# The branches below must be a subset of the branches above
branches: [ "dev" ]
schedule:
- cron: '44 22 * * 5'

jobs:
rust-clippy-analyze:
Expand All @@ -33,7 +31,7 @@ jobs:
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af #@v1
with:
profile: minimal
toolchain: stable
toolchain: nightly
components: clippy
override: true

Expand Down

0 comments on commit 2594e12

Please sign in to comment.