Closed XhmikosR closed 1 year ago
workflow_dispatch
FORCE_COLOR
check-latest: true
Fixes all CI warnings and should be safer and faster
Please check if your PR fulfills the following requirements:
What kind of change does this PR introduce?
[ ] Bugfix [ ] Feature [ ] Code style update (formatting, local variables) [ ] Refactoring (no functional changes, no api changes) [ ] Build related changes [X] CI related changes [ ] Documentation content changes [ ] Other... Please describe:
Issue Number: N/A
[ ] Yes [X] No
Note that you could probably remove actions/cache (or cache: 'npm') and just use one approach later
actions/cache
cache: 'npm'
@mauriciovigolo this should be merged before #454 since I update the actions here :)
workflow_dispatch
FORCE_COLOR
for colored outputcheck-latest: true
Fixes all CI warnings and should be safer and faster
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information
Note that you could probably remove
actions/cache
(orcache: 'npm'
) and just use one approach later