clean install
Some checks failed
PR Check / lint-and-format (pull_request) Failing after 11s

This commit is contained in:
Mylloon 2024-11-02 18:18:28 +01:00
parent d017e30180
commit c23b9c6c1f
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
run: npm ci
- name: Run lint
run: npm run lint