Skip to content

Commit

Permalink
fix(#77): closes #77 with ci workflow for cargo-audit
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexangelj committed Jan 24, 2023
1 parent cd5cb3e commit dc1c4b1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/workflows/cargo-audit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: cargo-audit

on:
push:
branches:
- main
pull_request:
- main


jobs:
steps:
- uses: actions/checkout@v1
- uses: actions-rs/audit-check@v1
3 changes: 2 additions & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
on:
push:
branches:
- master
- main
pull_request:
- main

name: Rust

Expand Down

0 comments on commit dc1c4b1

Please sign in to comment.