Remove ci from prepare check and lint action
All checks were successful
Bump deps (only minor versions) / ci (push) Successful in 23s

This commit is contained in:
0d0 2025-02-25 01:15:35 +01:00
parent 575fdc6386
commit 697a8a73fe

View file

@ -17,5 +17,5 @@ jobs:
node-version: '20'
- name: Prepare, Check, Lint and Format
run: |
npm ci
npm i
npm run prepare