We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dbb53f commit 3a2041bCopy full SHA for 3a2041b
.github/workflows/ci.yml
@@ -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