Skip to content

Commit d9aff33

Browse files
committed
chore: add files to sync
1 parent bee0c52 commit d9aff33

File tree

3 files changed

+35
-1
lines changed

3 files changed

+35
-1
lines changed

.github/files-sync-config.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
settings:
3+
commit:
4+
format: "<%- prefix %>: <%- subject %>"
5+
prefix: "chore"
6+
subject: "sync files from `<%- repository %>`"
7+
pull_request:
8+
disabled: true
9+
10+
patterns:
11+
- files:
12+
- .markdownlintrc
13+
repositories:
14+
- devops-roast/containers

.github/workflows/files-sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ on:
1212
- "main"
1313

1414
jobs:
15-
release:
15+
sync-files:
1616
uses: devops-roast/github-actions/.github/workflows/sync-files.yaml@main
1717
secrets: inherit

.markdownlintrc

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"default": true,
3+
"first-header-h1": false,
4+
"first-line-h1": false,
5+
"line_length": false,
6+
"no-multiple-blanks": false,
7+
"fenced-code-language": true,
8+
"no-duplicate-header": {
9+
"siblings_only": true
10+
},
11+
"code-block-style": {
12+
"style": "fenced"
13+
},
14+
"MD033": {
15+
"allowed_elements": [
16+
"details",
17+
"summary"
18+
]
19+
}
20+
}

0 commit comments

Comments
 (0)