Skip to content

Commit 92fef6e

Browse files
committed
add rust ci workflow
1 parent 792d1ac commit 92fef6e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/rust.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)