We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ea723 commit 227e226Copy full SHA for 227e226
.github/workflows/main.yml
@@ -0,0 +1,10 @@
1
+name: run phpipam-action
2
+on: [push]
3
+
4
+jobs:
5
+ check:
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - uses: actions/checkout@v2
9
+ - name: run phpipam-action
10
+ uses: codeaffen/phpipam-action@latest
0 commit comments