Skip to content

#230: Add cargo-deny to CI #1

#230: Add cargo-deny to CI

#230: Add cargo-deny to CI #1

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2022-2025 Objectionary.com
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: cargo-deny
'on':
push:
branches:
- master
pull_request:
branches:
- master
jobs:
cargo-deny:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- uses: EmbarkStudios/cargo-deny-action@v2
with:
command: check