Skip to content

Commit 132b398

Browse files
authored
Merge pull request #5 from sasezaki/ci_workflow
Added laminas Continuous Integration workflow
2 parents fe393f0 + 0e4731d commit 132b398

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: "Continuous Integration"
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

Comments
 (0)