Skip to content

fix: handle empty post URL #19

fix: handle empty post URL

fix: handle empty post URL #19

Workflow file for this run

name: Audit dependencies
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 1'
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@cargo-audit
- uses: taiki-e/install-action@cargo-deny
- name: Audit
run: cargo audit
- name: Deny
run: cargo deny check