Skip to content

add jobs_enabled field to project struct (#366) #323

add jobs_enabled field to project struct (#366)

add jobs_enabled field to project struct (#366) #323

Workflow file for this run

name: Cargo Audit
on:
push:
branches:
- main
jobs:
audit:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./api
steps:
- uses: actions/checkout@v5
- uses: dtolnay/rust-toolchain@stable
- run: cargo install cargo-audit --locked
- run: cargo audit