Skip to content

Commit 99ec962

Browse files
committed
Checkout Github Action
1 parent 4f641ea commit 99ec962

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Build
2+
on: [push]
3+
jobs:
4+
build-libgit2-xcframework:
5+
runs-on: macos-latest
6+
steps:
7+
- uses: actions/checkout@v3
8+
- run: echo "Hello, world"
9+

0 commit comments

Comments
 (0)