From 6cd8f4165393ad075a4bd90580717c758433941d Mon Sep 17 00:00:00 2001 From: John Wadleigh Date: Thu, 5 Dec 2024 11:56:25 -0800 Subject: [PATCH] fixed comments --- .github/workflows/yamllint.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/yamllint.yml b/.github/workflows/yamllint.yml index 56d0c6c..13ed65c 100644 --- a/.github/workflows/yamllint.yml +++ b/.github/workflows/yamllint.yml @@ -1,6 +1,5 @@ # YAML Lint triggered via GitHub Actions -# https://github.com/marketplace/actions/run-ansible-lint -# https://docs.github.com/en/actions/quickstart +# https://github.com/marketplace/actions/yamllint-github-action --- name: 'Yamllint' on: [push, pull_request]