Skip to content

Commit 90f3dad

Browse files
committed
mainly because of what we only know
0 parents  commit 90f3dad

14 files changed

+3321
-0
lines changed

Diff for: .github/CODEOWNERS

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*: @Evalir @prestwich @dylanlott
2+
.github/: @rswanson

Diff for: .github/workflows/rust-ci.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Rust CI
2+
3+
on:
4+
push:
5+
branches: [main]
6+
pull_request:
7+
8+
# simplest example of using the rust-base action
9+
jobs:
10+
rust-base:
11+
uses: init4tech/actions/.github/workflows/rust-base.yml@main

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/target

0 commit comments

Comments
 (0)