Assorted Desktop App repo fixes (#3065)

* Fix ESLint and turn on the check in CI

* npm audit fix

* Remove electron-rebuild, use electron-builder for robotjs

* Add mochawesome-report to eslintignore

* Remove linebreak-style

* Revert "Remove electron-rebuild, use electron-builder for robotjs"

This reverts commit be35eb7300df725e381538dd30446a9acb8ab1df.
This commit is contained in:
Devin Binnie
2024-06-14 11:46:35 -04:00
committed by GitHub
parent bf07674d68
commit be182ac513
6 changed files with 21 additions and 16 deletions

View File

@@ -11,6 +11,9 @@ inputs:
runs:
using: "composite"
steps:
- name: ci/run-eslint
run: npm run lint:js-quiet
shell: ${{ inputs.shell }}
- name: ci/run-check-types
run: npm run check-types
shell: ${{ inputs.shell }}