From 79050693affc7457bc14fa1a831d4670951c769c Mon Sep 17 00:00:00 2001 From: Kush Date: Fri, 1 May 2026 15:25:19 -0400 Subject: [PATCH] Drop --strict; --except=version did not skip the redundancy check --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f525c7..080cd71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,4 +18,4 @@ jobs: ln -s "$GITHUB_WORKSPACE" "$(brew --repository)/Library/Taps/bandwidth/homebrew-tap" - name: Audit formula - run: brew audit --strict --except=version band + run: brew audit band