Skip to content

Merge pull request #251 from sine-fdn/dependabot/cargo/wasm-bindgen-t… #543

Merge pull request #251 from sine-fdn/dependabot/cargo/wasm-bindgen-t…

Merge pull request #251 from sine-fdn/dependabot/cargo/wasm-bindgen-t… #543

Workflow file for this run

on: [push]
name: Audit
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: rust-audit-check
if: ${{ github.actor != 'dependabot[bot]' }}
uses: actions-rs/audit-check@v1.2.0
with:
token: ${{ secrets.GITHUB_TOKEN }}