Skip to content
This repository was archived by the owner on Mar 19, 2026. It is now read-only.

Commit cbcc627

Browse files
authored
[skip ci] Update markdown workflows (#79)
1 parent 527e837 commit cbcc627

File tree

4 files changed

+9
-20
lines changed

4 files changed

+9
-20
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: ci
99

1010
jobs:
1111
lint-unit:
12-
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@0.0.3
12+
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@2.0.1
1313
permissions:
1414
actions: write
1515
checks: write

.github/workflows/md-links.yml

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

.markdownlint-cli2.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
config:
2+
ul-indent: false # MD007
3+
line-length: false # MD013
4+
no-duplicate-heading/no-duplicate-header: false # MD024
5+

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44

55
## Unreleased
66

7+
- Update workflows to 2.0.1
8+
- Remove mdl and replace with markdownlint-cli2
9+
710
## 1.0.4 - *2023-02-14*
811

912
## 1.0.3 - *2023-02-14*

0 commit comments

Comments
 (0)