Skip to content

Commit c446c2d

Browse files
committed
Add GitHub actions CI
1 parent ad534a0 commit c446c2d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: CI
2+
on: [push]
3+
4+
jobs:
5+
makepkg:
6+
runs-on: ubuntu-22.04
7+
container: archlinux
8+
steps:
9+
- uses: actions/checkout@v3
10+
- run: makepkg --nobuild

0 commit comments

Comments
 (0)