From 63fab350ee597cebeb0c9a702eb65baf063ff858 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 19 Jun 2024 12:46:19 +0200 Subject: [PATCH] Fixing .github/workflows/test.yaml --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 953fa17..b649bbd 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -46,6 +46,6 @@ jobs: install_linter_tools: true - name: Execute Yamllint shell: bash - run: yamllint action.yml .github + run: yamllint action.yaml .github # vim: et tabstop=2 expandtab shiftwidth=2 softtabstop=2 list