Skip to content

Commit

Permalink
ci: restore comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dhilipsiva committed Jul 18, 2024
1 parent 072139a commit 814b14c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# rust-clippy is a tool that runs a bunch of lints to catch common
# mistakes in your Rust code and help improve your Rust code.
# More details at https://github.com/rust-lang/rust-clippy
# and https://rust-lang.github.io/rust-clippy/

name: rust-clippy analyze

on:
push:
branches: [ "master" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
schedule:
- cron: '29 19 * * 2'
Expand All @@ -22,7 +28,7 @@ jobs:
permissions:
contents: read
security-events: write
actions: read
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 814b14c

Please sign in to comment.