🛠️ Update workflows to use Eslint for linting and set `PUBLIC_SVGL_VERSION` env variable
📦 Build / 🛠️ Build app (push) Has been cancelled
🧑‍🚀 Check / 📦 SVGs Size (push) Has been cancelled
🧑‍🚀 Check / ⚙️ Linting (push) Has been cancelled

This commit is contained in:
pheralb
2025-08-31 13:59:13 +01:00
parent 411ad69a8f
commit a488bd4c7a
2 changed files with 8 additions and 4 deletions
+2
View File
@@ -34,3 +34,5 @@ jobs:
- name: Build app
run: pnpm build
env:
PUBLIC_SVGL_VERSION: v5
+6 -4
View File
@@ -11,9 +11,9 @@ on:
- dev
jobs:
vitest:
lint:
runs-on: ubuntu-latest
name: ⚡ Testing with Vitest
name: ⚙️ Linting
steps:
- uses: actions/checkout@v4
@@ -23,8 +23,10 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Run Vitest
run: pnpm test
- name: Run Eslint
run: pnpm lint
env:
PUBLIC_SVGL_VERSION: v5
svgs-size:
runs-on: ubuntu-latest