Skip to content

Commit ea5c8be

Browse files
authored
Run clippy checks daily with the build/publish action
1 parent a5dc19b commit ea5c8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust-clippy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
# The branches below must be a subset of the branches above
1717
branches: [ "main" ]
1818
schedule:
19-
- cron: '0 0 * * 6'
19+
- cron: '0 0 * * *'
2020

2121
jobs:
2222
rust-clippy-analyze:

0 commit comments

Comments
 (0)