mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-06-06 13:54:47 +00:00
Remove markdown lint
This commit is contained in:
parent
08548abcc2
commit
a28000acc4
7
.github/workflows/rust.yml
vendored
7
.github/workflows/rust.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Rustlings Tests
|
name: Check
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -19,9 +19,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: DavidAnson/markdownlint-cli2-action@v16
|
|
||||||
with:
|
|
||||||
globs: "exercises/**/*.md"
|
|
||||||
- name: rustfmt
|
- name: rustfmt
|
||||||
run: cargo fmt --all --check
|
run: cargo fmt --all --check
|
||||||
test:
|
test:
|
||||||
@ -40,4 +37,4 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: swatinem/rust-cache@v2
|
- uses: swatinem/rust-cache@v2
|
||||||
- name: rustlings dev check
|
- name: rustlings dev check
|
||||||
run: cargo run -- dev check --require-solutions
|
run: cargo dev check --require-solutions
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
# MD013/line-length Line length, Expected: 80
|
|
||||||
MD013: false
|
|
Loading…
x
Reference in New Issue
Block a user