We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 814d245 commit 3ef784bCopy full SHA for 3ef784b
.github/workflows/ci.yml
@@ -0,0 +1,11 @@
1
+name: "CI"
2
+
3
+on:
4
+ pull_request:
5
+ push:
6
+ branches:
7
+ tags:
8
9
+jobs:
10
+ ci:
11
+ uses: laminas/workflow-continuous-integration/.github/workflows/[email protected]
0 commit comments