We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ed035 commit e4de1e9Copy full SHA for e4de1e9
.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 --no-build
0 commit comments