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