Skip to content

Commit

Permalink
ci: add standard Rust workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Aug 27, 2024
1 parent 357e5a4 commit 52780a8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Rust

on:
push:
pull_request:

jobs:
rust:
permissions:
security-events: write
uses: FyraLabs/actions/.github/workflows/rust.yml@main

0 comments on commit 52780a8

Please sign in to comment.