mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 06:27:58 +00:00
5478c2b891
* CI: ignore %20 for md link checker * CI: update to a new action release that fixes %20 issue
8 lines
378 B
JavaScript
8 lines
378 B
JavaScript
// This is a whitelist of GitHub Actions that are approved for use in this project.
|
|
// If a new or existing workflow file is updated to use an action or action version
|
|
// not listed here, CI will fail.
|
|
|
|
module.exports = [
|
|
'gaurav-nelson/github-action-markdown-link-check@7481451f70251762f149d69596e3e276ebf2b236', // gaurav-nelson/github-action-markdown-link-check@v1.0.8
|
|
]
|