Skip to content

Commit 4de3156

Browse files
committed
🚧 Add beginnings of basic CI workflow
1 parent c15eaef commit 4de3156

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

‎.github/workflows/ci.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: CI
2+
3+
on:
4+
push
5+
6+
jobs:
7+
build:
8+
runs-on: macos-14
9+
10+
steps:
11+
- name: Checkout repository
12+
uses: actions/checkout@v3
13+
14+
- run: echo "hello"

0 commit comments

Comments
 (0)