mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 19:10:34 +00:00
Use markdownlint from Shipyard
Instead of an external GitHub action, use the same markdownlint make target from Shipyard that we use in other repos. Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
This commit is contained in:
committed by
Thomas Pantelis
parent
0d566a4104
commit
472ad44a87
@@ -40,10 +40,7 @@ jobs:
|
||||
- name: Check out the repository
|
||||
uses: actions/checkout@v2
|
||||
- name: Run markdownlint
|
||||
uses: nosborn/github-action-markdown-cli@v1.1.1
|
||||
with:
|
||||
files: .
|
||||
config_file: ".markdownlint.yml"
|
||||
run: make markdownlint
|
||||
|
||||
yaml-lint:
|
||||
name: YAML
|
||||
|
||||
Reference in New Issue
Block a user