fix eslint & update packages

This commit is contained in:
2025-11-15 16:03:45 +01:00
parent a18ae4f3df
commit 2089e5d01d
5 changed files with 366 additions and 455 deletions

View File

@@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- "**" # matches every branch
- '**' # matches every branch
jobs:
lint_and_check:
@@ -22,10 +22,10 @@ jobs:
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
with:
node-version: 24
cache: "pnpm"
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Run check
run: pnpm run check
run: pnpm run lint