Skip to content

Commit d06dd15

Browse files
committed
feat: ,github
1 parent 7526491 commit d06dd15

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* @init4tech/engineering
2+
.github/workflows @rswanson

.github/workflows/rust.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: CI # Continuous Integration
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches: [main]
7+
pull_request:
8+
9+
# simplest example of using the rust-base action
10+
jobs:
11+
rust-library-base:
12+
uses: init4tech/actions/.github/workflows/rust-library-base.yml@main
13+
with:
14+
require-lockfile: true
15+
rust-profile: "ci-rust"

0 commit comments

Comments
 (0)