Skip to content

introduce --download-only and --upload-only flags (#150) #372

introduce --download-only and --upload-only flags (#150)

introduce --download-only and --upload-only flags (#150) #372

name: Rust Security Checks
on:
push:
branches:
- master
pull_request:
branches:
- master
schedule:
- cron: '0 3 * * 1'
jobs:
cargo_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Cargo Audit
run: cargo audit
continue-on-error: true