free-programming-books/.github
David Ordás 62d466df22
ci(check-urls): use a matrix to speed-up execution (#7060)
* ci(check-urls): use a matrix to speed-up execution

The matrix strategy creates 10 max-parallel workers with a disabled fail-fast parameter

Examples
- Before: https://github.com/davorpa/free-programming-books/actions/runs/2999590952
- After: https://github.com/davorpa/free-programming-books/actions/runs/3007199364

Running the workflow when -langs or -subject files are involved could exhaust the runner execution max-time.

Using this implementation... the elapsed time is of the longest execution time, normally no more than 30min on the worst of cases

* fix: parallel strategy when matrix files.length == 0

* security: apply EbookFoundation/free-programming-books#9287

::set-output --> GITHUB_OUTPUT env file
2023-02-24 11:35:13 -05:00
..
actions/awesomebot-gh-summary-action security: set-output cmd deprecated. Use $GITHUB_OUTPUT env file (#9287) 2023-02-23 10:06:07 -05:00
workflows ci(check-urls): use a matrix to speed-up execution (#7060) 2023-02-24 11:35:13 -05:00
dependabot.yml ci(deps): configure dependabot for github-actions (#5521) 2022-03-07 10:10:49 -05:00
PULL_REQUEST_TEMPLATE.md PULL_REQUEST_TEMPLATE: add clause for informative pr names (#6974) 2022-07-29 12:49:11 +02:00