From 44e8c1ed2cfcb3a8897162d3eea9ad64f040dc8c Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 19 Mar 2026 00:09:08 +0000 Subject: [PATCH] Drop no longer supported herb analyze switches --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d794cb0d9..8deedecb1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -54,7 +54,7 @@ jobs: rubygems: 3.4.10 bundler-cache: true - name: Run herb parser - run: bundle exec herb analyze app/ --no-log-file --non-interactive + run: bundle exec herb analyze app/ - name: Cache node modules uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: -- 2.39.5