avro-rs 0.13.0

Library for working with Apache Avro in Rust
Documentation
on:
  schedule:
    - cron: '0 0 * * *'
      paths:
        - '**/Cargo.toml'
        - '**/Cargo.lock'
  workflow_dispatch:

name: Security Audit

jobs:
  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 }}