chore(ci): tweak ci.yml

This commit is contained in:
2025-09-06 00:59:56 +03:00
parent 91c8cc545d
commit e67a6b775a

View File

@@ -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