Skip to content

Commit 29b6c61

Browse files
authored
Merge pull request #16 from simatic-ax/feat_kruegerf_actions
2 parents 0f08424 + f23d808 commit 29b6c61

File tree

4 files changed

+29
-20
lines changed

4 files changed

+29
-20
lines changed

.github/workflows/lint-repo.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
on: push
2+
jobs:
3+
lint-repo-and-markdown:
4+
uses: simatic-ax/actions/.github/workflows/check-repository.yml@stable

.github/workflows/lint.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.markdownlint.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ default: true
88
line-length: false
99
no-inline-html: false
1010
first-line-h1: false
11-
no-emphasis-as-header: false
11+
no-emphasis-as-header: false
12+
MD024:
13+
allow_different_nesting: true
14+
siblings_only: true

repolinter.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/todogroup/repolinter/master/rulesets/schema.json",
3+
"version": 2,
4+
"axioms": {
5+
"linguist": "language",
6+
"licensee": "license",
7+
"packagers": "packager"
8+
},
9+
"rules": {
10+
"license-file-exists": {
11+
"level": "off",
12+
"rule": {
13+
"type": "file-existence",
14+
"options": {
15+
"globsAny": ["LICENSE*", "COPYING*"],
16+
"nocase": true
17+
}
18+
}
19+
}
20+
}
21+
}

0 commit comments

Comments
 (0)