Skip to content

Commit 24d1fbd

Browse files
committed
ci with zpm
1 parent 4c27634 commit 24d1fbd

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/zpm.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)