enqueue-email 0.1.0

Send a bookmark via email, enqueuing it with MSMTP queue
Documentation
name: security audit

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

jobs:
  audit:
    name: security audit
    runs-on: ubuntu-latest
    steps:
      - name: checkout
        uses: actions/checkout@v1

      - name: audit
        uses: actions-rs/audit-check@v1
        with:
          token: ${{ secrets.GITHUB_TOKEN }}

# https://github.com/actions-rs/audit-check