Skip to content

Commit

Permalink
run cargo deny every day
Browse files Browse the repository at this point in the history
  • Loading branch information
olahfemi committed Dec 19, 2024
1 parent 48f906b commit 7ba8a85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deny.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Deny

on:
pull_request:
schedule:
# Runs at 00:00 UTC every day
- cron: '0 0 * * *'

jobs:
deny:
Expand Down

0 comments on commit 7ba8a85

Please sign in to comment.