Skip to content

ci: set up GitHub Actions #36

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Sep 3, 2022
Merged

ci: set up GitHub Actions #36

merged 9 commits into from
Sep 3, 2022

Conversation

iamWing
Copy link
Member

@iamWing iamWing commented Sep 3, 2022

Summary

Set up GitHub Actions to run ESLint & Jest on push to master & develop and on all PRs.

Test plan

None. Can only verify the workflows when they're on master or develop branch, but the commands NPM scripts to run are manually verified on local machines.

- For running ESLint from cli.
- Changed npm scripts:
  - `test` now runs `lint` then `jest` (the original `test`)
  - Renamed the original `test` to `jest`
  - Renamed `watch-test` to `watch-jest`
  - Added `jest-ci` to run Jest with `jest.config.ci.mjs`
- Updated CHANGELOG & README for changes made.
- Changed `input.os` to `inputs.os`.
@iamWing iamWing merged commit 653f4cd into develop Sep 3, 2022
@iamWing iamWing deleted the ci/config-github-actions branch September 3, 2022 01:04
@github-actions
Copy link

github-actions bot commented Oct 4, 2022

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new pull request for related bugs.
Please note this issue tracker is not a help forum. We recommend using Discussions for questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant