Skip to content

bump to v0.0.7

bump to v0.0.7 #11

Workflow file for this run

---
name: "Audit"
on: # yamllint disable-line rule:truthy
push:
pull_request:
schedule:
- cron: "0 0 * * 1"
jobs:
Audit:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- run: "sudo apt-get install -y cargo make"
- run: "make"
- run: "tinyrick audit"