We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Clean up CI tech debt to avoiding duplication, finishing what we started 4y ago
endo/.github/workflows/ci.yml
Lines 11 to 14 in df5a0e8
so replace all our begin/end macro comments with a GH composite action
spotted earlier by @boneskull
e.g. uses: endojs/[email protected] (or mvp via filepath)
uses: endojs/[email protected]
the alternative is a reusable workflow
this improves scaling CI jobs
Testing out your action in a workflow
local testing works well with nektos/act
consider: linux / windows / macOS
upgrading this composite actions to e.g. uses: endojs/[email protected] involves pushing a new tag (unless using commit sha)
The text was updated successfully, but these errors were encountered:
@leotm Can you make sure that we only lint once? Currently, we're running the lint workflow on multiple versions of Node.js, which wastes cycles
Sorry, something went wrong.
nb (thx @kriskowal beat me to it)
No branches or pull requests
What is the Problem Being Solved?
Clean up CI tech debt to avoiding duplication, finishing what we started 4y ago
endo/.github/workflows/ci.yml
Lines 11 to 14 in df5a0e8
so replace all our begin/end macro comments with a GH composite action
spotted earlier by @boneskull
Description of the Design
e.g.
uses: endojs/[email protected]
(or mvp via filepath)the alternative is a reusable workflow
Security Considerations
Scaling Considerations
this improves scaling CI jobs
Test Plan
Testing out your action in a workflow
local testing works well with nektos/act
Compatibility Considerations
consider: linux / windows / macOS
Upgrade Considerations
upgrading this composite actions to e.g.
uses: endojs/[email protected]
involves pushing a new tag (unless using commit sha)The text was updated successfully, but these errors were encountered: