-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use matrix for
npm run check:*
commands in CI (#1792)
Reduce duplication and the overall size of the CI configuration by using the fact that all `check:*` commands are more or less identical and can thus perfectly be used in a matricized CI job. This also folds the lockfile and manifest checks (`package.json` and `package-lock.json` in CI) into the main `checks.yml` workflow to further simplify things (the previous setup was chosen to reduce wasting CI cycles on checking these when the files didn't change, but the simplicity of the approach here seems better to me atm).
- Loading branch information
1 parent
1ba6991
commit 5f28096
Showing
3 changed files
with
22 additions
and
338 deletions.
There are no files selected for viewing
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.