Skip to content

Commit

Permalink
Update rust-clippy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bounti authored Aug 2, 2023
1 parent 196349c commit 56be3a0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ on:
- edited
branches:
- main
schedule:
- cron: '5 * * * *'
#schedule:
# - cron: '5 * * * *'
jobs:
rust-clippy-analyze:
name: Run rust-clippy analyzing
Expand All @@ -36,10 +36,9 @@ jobs:
- name: rust-cargo
uses: actions-rs/cargo@v1
with:
profile: minimal
toolchain: stable
components: clippy
override: true
command: build
- name: Install required cargo
run: cargo install clippy-sarif sarif-fmt
- name: Run rust-clippy
Expand Down

0 comments on commit 56be3a0

Please sign in to comment.