🪛 Fix lint CI.
Some checks failed
CI / Lint (push) Failing after 15s

This commit is contained in:
2025-12-10 21:42:20 +01:00
parent 4c2b3141d7
commit 909c9d99d5
2 changed files with 7 additions and 6 deletions

View File

@@ -10,12 +10,12 @@ jobs:
uses: actions/checkout@v5
- uses: pnpm/action-setup@v4
with:
version: 10
cache: true
version: 10
cache: true
- name: Install node
uses: actions/setup-node@v6
with:
node-version: latest
cache: 'pnpm'
with:
node-version: latest
cache: "pnpm"
- run: pnpm prettier . --check
- run: pnpm eslint .
- run: pnpm eslint .