Open
Description
What package is covered by this investigations?
Describe the goal of the investigation
Now that the GitHub Actions support CI systems, we should figure out which actions the yarnpkg org should provide that would help maintaining our projects.
Investigation report
The following actions look interesting:
-
An action that setup the right Yarn binary (or just shell out to the local build if no version is provided in the local variables).
-
A "sanity check action" that ensures that the PR is in a valid state against master (no added / modified files when running
install
, no removed files when runningcache clean
, ...)
Any more ideas?