wints 0.8.0

wints is a fuzzy term-based URLs opener
Documentation
name: Security audit

on:
  schedule:
    - cron: "0 0 * * *"
  push:
    paths:
      - "**/Cargo.toml"
      - "**/Cargo.lock"

jobs:
  security-audit:
    runs-on: ubuntu-latest
    concurrency:
      group: security-audit-${{ github.ref }}-${{ github.event_name }}
      cancel-in-progress: true
    steps:
      - name: Checkout
        uses: actions/checkout@v4

      - uses: taiki-e/install-action@just

      - name: Audit
        run: |
          cargo install cargo-audit
          just audit