From 70aea6cd524ebc02834699f1cfaa330b4930aba7 Mon Sep 17 00:00:00 2001 From: starswan Date: Thu, 24 Oct 2024 09:12:13 +0100 Subject: [PATCH] add PR annotations to slim-lint checks --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b339782cb8..5371015707 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -24,8 +24,8 @@ jobs: - name: Run Rubocop run: bundle exec rubocop - - name: Run Slim-Lint - run: bundle exec slim-lint app/views app/components + - name: Run Slim-Lint with PR annotations + run: bundle exec slim-lint -r github app/views app/components - name: Run Brakeman run: bundle exec brakeman