mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2024-11-14 01:04:04 +00:00
18 lines
301 B
YAML
18 lines
301 B
YAML
name: cargo-audit
|
|
|
|
on:
|
|
push:
|
|
paths:
|
|
- "**/Cargo.toml"
|
|
- "**/Cargo.lock"
|
|
pull_request:
|
|
|
|
jobs:
|
|
audit:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2.3.3
|
|
- uses: actions-rs/audit-check@v1.2.0
|
|
with:
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|