Skip to content

Commit 480c7b5

Browse files
authored
Merge pull request #5 from dotkernel/issue-2
Issue #2: Added Laminas CI action file for markdown and mkdocs linting.
2 parents 529629a + bac5e60 commit 480c7b5

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

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/continuous-integration.yml@1.x

composer.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "dotkernel/api-documentation",
3+
"description": "DotKernel API documentation markdown files.",
4+
"type": "metapackage",
5+
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "DotKernel Team",
9+
"email": "team@dotkernel.com"
10+
}
11+
],
12+
"require": {}
13+
}

0 commit comments

Comments
 (0)