From 299f64822f557e00d7e2ebf1eccd4bbece7f0add Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Wei=C3=9F?= Date: Mon, 24 Feb 2025 17:22:26 +0100 Subject: [PATCH] ci: check formatting rather than format in ci --- .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 9f2ccc078..aa28c7cb7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -32,8 +32,8 @@ jobs: - name: Run Pint run: vendor/bin/pint - - name: Format Frontend - run: npm run format + - name: Check Frontend Formatting + run: npm run format:check - name: Lint Frontend run: npm run lint