Skip to content

Commit

Permalink
github actions: Fix audit syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rillian committed Apr 11, 2024
1 parent 1ae5421 commit 5856c52
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name: Audit

on:
push:
paths:
Expand All @@ -12,6 +10,7 @@ on:
schedule:
- cron '12 13 2 * *'

name: Audit
jobs:
audit:
runs-on: ubuntu-latest
Expand All @@ -21,4 +20,3 @@ jobs:

- name: Cargo audit
run: cargo audit

0 comments on commit 5856c52

Please sign in to comment.