Solutions: expand-all-questions toggle + show every section in TOC #27
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Fails the push/PR if any workflow here uses an action running a deprecated | |
| # Node.js runtime. Central logic: https://github.com/ismayc/gha-guards | |
| name: node-guard | |
| on: | |
| push: | |
| pull_request: | |
| jobs: | |
| node-guard: | |
| uses: ismayc/gha-guards/.github/workflows/node-deprecation.yml@main |