-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moves all CI to GitHub Actions (#610)
- Adds the remaining steps to GitHub Actions: `lint`, `build`, and `publish`. There is a slight change in that we now always run the `lint` and `build` steps - We also now perform the `lint`, `build`, and `publish` steps using the Node version in `.nvmrc`, rather than explicitly using Node 14 as we did in CircleCI - Removes the CircleCI configuration Once approved, I'll disable CircleCI prior to merging.
- Loading branch information
Showing
3 changed files
with
79 additions
and
143 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters