We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fca918 commit f3763cbCopy full SHA for f3763cb
.github/workflows/cargo-deny.yml
@@ -0,0 +1,8 @@
1
+name: cargo-deny
2
+on: [push, pull_request]
3
+jobs:
4
+ cargo-deny:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - uses: actions/checkout@v4
8
+ - uses: EmbarkStudios/cargo-deny-action@v1
0 commit comments