You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is duplicated code between various GH action workflows - especially around building the code. We have several workflows that replicate the same functionality. For example, both the test and onrelease workflows build the code (one to test that the build is not broken, the other to build & release a package). Common code should be defined in a single place, and imported into workflows as needed.
The text was updated successfully, but these errors were encountered:
There is duplicated code between various GH action workflows - especially around building the code. We have several workflows that replicate the same functionality. For example, both the
test
andonrelease
workflows build the code (one to test that the build is not broken, the other to build & release a package). Common code should be defined in a single place, and imported into workflows as needed.The text was updated successfully, but these errors were encountered: