mirror of
https://github.com/ivuorinen/everforest-resources.git
synced 2026-01-26 03:04:02 +00:00
chore(ci): tweak ci.yml
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user