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 743f811 commit 56a11e0Copy full SHA for 56a11e0
.github/workflows/rust.yml
@@ -17,3 +17,14 @@ jobs:
17
run: cargo build --verbose
18
- name: Run tests
19
run: cargo test --verbose
20
+
21
+ audit:
22
23
+ runs-on: ubuntu-latest
24
25
+ steps:
26
+ - uses: actions/checkout@v2
27
+ - name: Install Cargo Audit
28
+ run: cargo install cargo-audit
29
+ - name: Audit
30
+ run: cargo audit
README.md
@@ -1,4 +1,4 @@
1
-
+
2
3
# userfaultfd-rs
4
Rust bindings for Linux's userfaultfd functionality.
0 commit comments