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