diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 25bb3a8..0464105 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,6 +29,13 @@ jobs: with: command: fmt args: --all -- --check + audit: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: actions-rs/audit-check@v1 + with: + token: ${{ secrets.GITHUB_TOKEN }} check: name: check and run tests runs-on: ubuntu-latest