mirror of
https://github.com/ivuorinen/everforest-resources.git
synced 2026-02-26 10:53:51 +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:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
name: Lint & Format Check
|
name: Lint Check
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||||
@@ -25,9 +25,6 @@ jobs:
|
|||||||
- name: Run Biome linting
|
- name: Run Biome linting
|
||||||
run: npm run lint
|
run: npm run lint
|
||||||
|
|
||||||
- name: Check formatting
|
|
||||||
run: npm run format -- --check
|
|
||||||
|
|
||||||
generate:
|
generate:
|
||||||
name: Generate Themes
|
name: Generate Themes
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user