diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml new file mode 100644 index 0000000..0266a5b --- /dev/null +++ b/.github/workflows/rust.yml @@ -0,0 +1,11 @@ +name: Rust + +on: + push: + pull_request: + +jobs: + rust: + permissions: + security-events: write + uses: FyraLabs/actions/.github/workflows/rust.yml@main \ No newline at end of file