From 44feb3431192f65ab29c0090fae49495a9b033e7 Mon Sep 17 00:00:00 2001 From: Marco Roth Date: Mon, 18 Aug 2025 02:27:14 +0200 Subject: [PATCH] Run Herb Linter and Formatter in CI --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 859127858..649acc9ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,6 +56,12 @@ jobs: - name: erb-lint Check run: bundle exec erblint --lint-all + - name: Herb Linter Check + run: npx @herb-tools/linter "**/*.html.erb" --github + + - name: Herb Formatter Check + run: npx @herb-tools/formatter --check + test: runs-on: ubuntu-latest env: