Skip to content

Commit efd435b

Browse files
committed
ci: add dummy kratix workflow
1 parent 985c178 commit efd435b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/kratix.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Test Kratix
2+
3+
on:
4+
push:
5+
branches: [ "main" ]
6+
7+
jobs:
8+
unit-tests-and-lint:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Unit Tests
12+
run: |
13+
echo "wow"

0 commit comments

Comments
 (0)