Merge pull request #23 from Seeker14491/ci

Set up GitHub Actions lints and checks
This commit is contained in:
SpikeHD
2022-07-15 21:11:06 -07:00
committed by GitHub
25 changed files with 328 additions and 149 deletions

View File

@@ -42,6 +42,10 @@ Once downloaded, extract somewhere and open as administrator.
Add `--release` or `--debug` depending on what release you are creating. This defaults to `--release`
### Code Formatting and Linting
Format the code with `npm format` or `yarn format`. Run the lints with `npm lint` or `yarn lint`.
### Updating
* Add the `TAURI_PRIVATE_KEY` as an environment variable with a path to your private key.
* Add the `TAURI_KEY_PASSWORD` as an environment variable with the password for your private key.