From 7129bd5521760f3555d89aaae500ec09b6b25393 Mon Sep 17 00:00:00 2001 From: Alex P Date: Fri, 22 Aug 2025 21:43:51 +0000 Subject: [PATCH] Fix: workflow indentation --- .github/workflows/golangci-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index a521253..f2cb2e4 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -57,7 +57,7 @@ jobs: - name: Create empty resource directory run: | mkdir -p static && touch static/.gitkeep - - name: Save audio dependencies cache + - name: Save audio dependencies cache if: always() && steps.cache-audio-deps.outputs.cache-hit != 'true' uses: actions/cache/save@v4 with: