Skip to content

Commit a28000a

Browse files
committed
Remove markdown lint
1 parent 08548ab commit a28000a

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Rustlings Tests
1+
name: Check
22

33
on:
44
push:
@@ -19,9 +19,6 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v4
22-
- uses: DavidAnson/markdownlint-cli2-action@v16
23-
with:
24-
globs: "exercises/**/*.md"
2522
- name: rustfmt
2623
run: cargo fmt --all --check
2724
test:
@@ -40,4 +37,4 @@ jobs:
4037
- uses: actions/checkout@v4
4138
- uses: swatinem/rust-cache@v2
4239
- name: rustlings dev check
43-
run: cargo run -- dev check --require-solutions
40+
run: cargo dev check --require-solutions

.markdownlint.yml

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

0 commit comments

Comments
 (0)