Skip to content

Using github actions to rewrite: LinuxCIDeps #4

Using github actions to rewrite: LinuxCIDeps

Using github actions to rewrite: LinuxCIDeps #4

Workflow file for this run

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