From e67a6b775a8c6dc9ae8a387ecb2960f6808ba015 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sat, 6 Sep 2025 00:59:56 +0300 Subject: [PATCH] chore(ci): tweak ci.yml --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f2b0aa..ec901a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: jobs: lint: - name: Lint & Format Check + name: Lint Check runs-on: ubuntu-latest steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 @@ -25,9 +25,6 @@ jobs: - name: Run Biome linting run: npm run lint - - name: Check formatting - run: npm run format -- --check - generate: name: Generate Themes runs-on: ubuntu-latest