Skip to content

Commit

Permalink
chore: More schemas action tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
bgins committed Feb 8, 2024
1 parent 873b417 commit f60dbba
Show file tree
Hide file tree
Showing 10 changed files with 1,130 additions and 1,087 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
name: 🛡 Audit-Check
# name: 🛡 Audit-Check

on:
schedule:
- cron: '0 0 * * *'
# on:
# schedule:
# - cron: '0 0 * * *'

jobs:
security-audit:
runs-on: ubuntu-latest
# jobs:
# security-audit:
# runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v4
# steps:
# - name: Checkout Repository
# uses: actions/checkout@v4

- name: Cache Project
uses: Swatinem/rust-cache@v2
# - name: Cache Project
# uses: Swatinem/rust-cache@v2

- name: Run Audit-Check
uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
# - name: Run Audit-Check
# uses: rustsec/[email protected]
# with:
# token: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit f60dbba

Please sign in to comment.