mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 21:30:35 +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
|
- name: Check out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Run markdownlint
|
- name: Run markdownlint
|
||||||
uses: nosborn/github-action-markdown-cli@v1.1.1
|
run: make markdownlint
|
||||||
with:
|
|
||||||
files: .
|
|
||||||
config_file: ".markdownlint.yml"
|
|
||||||
|
|
||||||
yaml-lint:
|
yaml-lint:
|
||||||
name: YAML
|
name: YAML
|
||||||
|
|||||||
Reference in New Issue
Block a user