Skip to content

Using github actions to rewrite: LinuxCIDeps #2

Using github actions to rewrite: LinuxCIDeps

Using github actions to rewrite: LinuxCIDeps #2

Workflow file for this run

name: develop
on:
pull_request:
push:
jobs:
linux-x86:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@v1
with:
arguments: --all-features
command: advisories licenses sources bans