mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-04 19:21:26 +00:00
🔥 Removes Markdownlint, since those are generated anyway
This commit is contained in:
parent
bce4d871f8
commit
2511315795
1 changed files with 0 additions and 10 deletions
|
@ -35,13 +35,3 @@ jsonlint:
|
|||
exit 1
|
||||
fi
|
||||
|
||||
markdownlint:
|
||||
<<: *linting
|
||||
image:
|
||||
name: ruby:alpine
|
||||
entrypoint: [""]
|
||||
before_script:
|
||||
- gem install mdl
|
||||
- mdl --version
|
||||
script:
|
||||
- mdl --style all --warnings .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue