Skip to content

Commit 574c130

Browse files
committed
ci(gh-actions): Use Metacraft Labs's CI pipeline
1 parent 6741e3e commit 574c130

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: CI
2+
3+
on:
4+
workflow_dispatch:
5+
merge_group:
6+
push:
7+
branches:
8+
- main
9+
pull_request:
10+
branches:
11+
- main
12+
13+
jobs:
14+
ci:
15+
uses: metacraft-labs/nixos-modules/.github/workflows/ci.yml@main
16+
secrets: inherit

0 commit comments

Comments
 (0)