Skip to content

Commit

Permalink
Merge pull request #1 from init4tech/swanny/ci
Browse files Browse the repository at this point in the history
feat: ci
  • Loading branch information
prestwich authored May 1, 2024
2 parents b85d38a + 8d7ab1c commit ff2c2ca
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Rust CI

on:
push:
branches: [main]
pull_request:

# simplest example of using the rust-base action
jobs:
rust-base:
uses: init4tech/actions/.github/workflows/rust-base.yml@main

0 comments on commit ff2c2ca

Please sign in to comment.