1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Setup cargo-deny in CI too

This commit is contained in:
Benjamin Bouvier 2022-03-18 11:29:49 +01:00 committed by Sylvestre Ledru
parent 312068c2dd
commit 323f0ef993

View file

@ -20,6 +20,13 @@ env:
on: [push, pull_request] on: [push, pull_request]
jobs: jobs:
cargo-deny:
name: Style/cargo-deny
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: EmbarkStudios/cargo-deny-action@v1
style_deps: style_deps:
## ToDO: [2021-11-10; rivy] 'Style/deps' needs more informative output and better integration of results into the GHA dashboard ## ToDO: [2021-11-10; rivy] 'Style/deps' needs more informative output and better integration of results into the GHA dashboard
name: Style/deps name: Style/deps