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:
3
.github/actions/test/action.yaml
vendored
3
.github/actions/test/action.yaml
vendored
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user