From dea77d5d2714a18904088e377d65d1a15545b96b Mon Sep 17 00:00:00 2001 From: Marc Herbert Date: Tue, 16 May 2023 19:55:28 -0700 Subject: [PATCH] .github/codestyle: drop spurious *.yml pattern This suddenly failed in for PR #7551 in https://github.com/thesofproject/sof/actions/runs/4998109337/ jobs/8953192254 I have no idea why it never failed earlier (new yamllint version maybe?) but it's always been wrong and should have never been there anyway. Fixes commit 3d69a7f69eb63e (".github: extend yamllint line-length to 100") Signed-off-by: Marc Herbert --- .github/workflows/codestyle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index ce17062ba976..cf6960b46933 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -64,4 +64,4 @@ jobs: yamllint_config: '{extends: default, rules: {line-length: {max: 100}}}' run: yamllint -f parsable -d "$yamllint_config" - --strict .github/workflows/*.yml *.yml + --strict .github/workflows/*.yml