Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Adds workflows and supporting files. #5

Adds workflows and supporting files.

Adds workflows and supporting files. #5

Workflow file for this run

name: Cargo license check
on: pull_request
jobs:
cargo-deny:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@v1