Skip to content

initial public import #1

initial public import

initial public import #1

Workflow file for this run

name: "License check"
on:
push:
branches:
- main
pull_request:
jobs:
cargo-deny:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@8371184bd11e21dcf8ac82ebf8c9c9f74ebf7268 #v2.0.1
with:
command: check licenses