We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c27634 commit 24d1fbdCopy full SHA for 24d1fbd
1 file changed
.github/workflows/zpm.yml
@@ -0,0 +1,11 @@
1
+name: zpm
2
+on:
3
+ push:
4
+ branches:
5
+ - master
6
+jobs:
7
+ build:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - uses: actions/checkout@master
11
+ - uses: isc-zpm/actions@master
0 commit comments