From 7c5eb53bac7904e3227f1ecd23f942b5dae794d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=96R=C3=96K=20Attila?= Date: Thu, 19 Sep 2024 15:33:41 +0200 Subject: [PATCH] ci: Only do TS linting (formatting check) on Ubuntu --- .github/workflows/test_web.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_web.yml b/.github/workflows/test_web.yml index ca7026a9086b..d41512ba8ab2 100644 --- a/.github/workflows/test_web.yml +++ b/.github/workflows/test_web.yml @@ -89,6 +89,7 @@ jobs: npm run build - name: Check formatting + if: matrix.os == 'ubuntu-24.04' working-directory: web run: npm run lint