Skip to content

refactor: 🔨 Respect imports/modules declaration's ordering from Rust … #167

refactor: 🔨 Respect imports/modules declaration's ordering from Rust …

refactor: 🔨 Respect imports/modules declaration's ordering from Rust … #167

Workflow file for this run

---
# SPDX-FileCopyrightText: 2023 The MalwareTracesGenerator 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