Skip to content

Commit d2e12f3

Browse files
committed
lint: add EOF to files
1 parent a5963db commit d2e12f3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ updates:
2222
- "dependencies"
2323
- "github-actions"
2424
commit-message:
25-
prefix: "dependabot"
25+
prefix: "dependabot"

.github/workflows/markdownlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
uses: docker://davidanson/markdownlint-cli2:v0.23.0
3030
with:
3131
entrypoint: markdownlint-cli2
32-
args: '"**/*.md" --config .markdownlint-cli2.yaml'
32+
args: '"**/*.md" --config .markdownlint-cli2.yaml'

0 commit comments

Comments
 (0)