Skip to content

Make a new demon out of rust! #1

Make a new demon out of rust!

Make a new demon out of rust! #1

Workflow file for this run

name: "Licenses checker"
on:
push:
paths:
- "**/Cargo.lock"
- "**/Cargo.toml"
jobs:
check:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1.5.5
with:
command: check licenses