Skip to content

Commit e93c520

Browse files
authored
CI: Simplify lint job (#174)
1 parent 66f79d5 commit e93c520

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@ jobs:
4646
runs-on: ubuntu-20.04
4747
steps:
4848
- uses: actions/checkout@v2
49-
- name: Lint all files in current directory
50-
uses: avto-dev/markdown-lint@v1
51-
with:
52-
config: '.markdownlint.yaml'
53-
args: '*.md'
5449
- name: Lint all files recursively
5550
uses: avto-dev/markdown-lint@v1
5651
with:

0 commit comments

Comments
 (0)