Skip to content

Merge pull request #2034 from PolyMeilex/PolyMeilex-patch-1 #840

Merge pull request #2034 from PolyMeilex/PolyMeilex-patch-1

Merge pull request #2034 from PolyMeilex/PolyMeilex-patch-1 #840

Workflow file for this run

name: Audit
on: [push]
jobs:
dependencies:
runs-on: ubuntu-latest
steps:
- uses: hecrj/setup-rust-action@v1
- name: Install cargo-audit
run: cargo install cargo-audit
- uses: actions/checkout@master
- name: Audit dependencies
run: cargo audit