From 7d8bfa26e0b7c9bb6d0bfd552c47559d13913d83 Mon Sep 17 00:00:00 2001 From: solos Date: Fri, 5 Jun 2026 21:25:13 +0800 Subject: [PATCH] update workflow update workflow --- .github/workflows/browser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/browser.yml b/.github/workflows/browser.yml index 7da9914..c6ba00b 100644 --- a/.github/workflows/browser.yml +++ b/.github/workflows/browser.yml @@ -28,4 +28,4 @@ jobs: # Browser jest tests currently crash in Login.test.js (Link outside Router). # Re-enable once fixed: npm test -- --runInBand --forceExit - name: Shellcheck mint scripts - run: bash -c 'shopt -s globstar; shellcheck mint/**/*.sh' + run: find mint -name '*.sh' -print0 | xargs -0 shellcheck -S warning