Skip to content

Commit 10ab17c

Browse files
committed
Removes markdownchecker action
1 parent ebd8603 commit 10ab17c

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,6 @@ on:
88
pull_request:
99

1010
jobs:
11-
markdownChecker:
12-
runs-on: ubuntu-latest
13-
steps:
14-
- uses: actions/checkout@v4
15-
16-
- name: Markdown Checker
17-
uses: DavidAnson/markdownlint-cli2-action@v19
18-
with:
19-
globs: |
20-
README.md
21-
docs/*.md
2211
linkChecker:
2312
runs-on: ubuntu-latest
2413
steps:
@@ -37,7 +26,7 @@ jobs:
3726
strategy:
3827
matrix:
3928
ruby:
40-
- '3.4.3'
29+
- "3.4.3"
4130
steps:
4231
- uses: actions/checkout@v4
4332
- name: Set up Ruby

0 commit comments

Comments
 (0)