From 493bdd88184e3e1ed5717a2657305145d5c0edef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Fri, 4 Aug 2023 03:24:43 +0200 Subject: [PATCH] Add GitHub Annotation --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6436fd6..330a07a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: - name: Install dependencies run: npm ci - name: Run linter - run: npm run sass:lint + run: npm run sass:lint -- --formatter github - name: Check EditorConfig configuration run: test -f .editorconfig - name: Check adherence to EditorConfig