fix(ci/lint): Removing the frozen lockfile

This commit is contained in:
Raphael 2025-09-28 23:11:42 +02:00
parent 782d453cc8
commit d11e4a4516
No known key found for this signature in database

View file

@ -30,7 +30,7 @@ jobs:
run_install: false
- name: Install dependencies with pnpm
working-directory: ./src
run: pnpm install --frozen-lockfile
run: pnpm install
- name: Check linting
working-directory: ./src
run: pnpm exec eslint . --max-warnings=0