Skip to content

refactor/resolve-linter-issues #20

refactor/resolve-linter-issues

refactor/resolve-linter-issues #20

Workflow file for this run

---
# SPDX-FileCopyrightText: 2023 The WAG development team
#
# SPDX-License-Identifier: CC0-1.0
name: Audit the project
on: [push, pull_request]
jobs:
cargo-deny:
name: Audit with cargo-deny
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Audit Rust code
uses: EmbarkStudios/cargo-deny-action@v1
with:
command: check advisories