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 792d1ac commit 92fef6eCopy full SHA for 92fef6e
.github/workflows/rust.yml
@@ -0,0 +1,11 @@
1
+name: Rust
2
+
3
+on:
4
+ push:
5
+ pull_request:
6
7
+jobs:
8
+ rust:
9
+ permissions:
10
+ security-events: write
11
+ uses: FyraLabs/actions/.github/workflows/rust.yml@main
0 commit comments