github-actions-js
github-actions-js copied to clipboard
Provides linting APIs on the command line, through Node.js, and rich code editing through VSCode.
When typing `on: {event}` would be nice if not only the list of possible events is provided but a short description of each event: ![Captura de pantalla 2020-11-03 a las...
Github released a new beta version of their actions based on yaml config files: https://github.blog/2019-08-08-github-actions-now-supports-ci-cd/ Are there any plans on updating this extension to support the new configuration syntax?
More details in https://github.com/actions/workflow-parser/pull/36
A DFS might be inefficient, and it will struggle to produce exactly one error for each cycle. Look into switching to something similar to `soniakeys/graph`, a Go package, which implements...