Run yamllint from Shipyard instead of GHA

Use the yamlint make target provided by Shipyard instead of a third
party GitHub action for running the same tool.

Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
This commit is contained in:
Daniel Farrell
2022-03-18 10:47:52 -04:00
committed by Daniel Farrell
parent ad2e8ac6b4
commit 40cbd9481f
+1 -4
View File
@@ -105,7 +105,4 @@ jobs:
- name: Check out the repository
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
- name: Run yamllint
uses: ibiqlik/action-yamllint@ed2b6e911569708ed121c14b87d513860a7e36a7
with:
config_file: .yamllint.yml
strict: true
run: make yamllint