feat: Enable crash reports and use npm ci, b=no-bug, c=workflows, common, configs

This commit is contained in:
Mr. M
2025-09-21 15:10:29 +02:00
parent 59dcf4c037
commit 4744a4cf6d
8 changed files with 11 additions and 12 deletions

View File

@@ -31,7 +31,7 @@ jobs:
run: sudo apt install python3-autopep8
- name: Install dependencies
run: npm install
run: npm ci
- name: Lint
run: npm run lint