github-actions-js icon indicating copy to clipboard operation
github-actions-js copied to clipboard

Provides linting APIs on the command line, through Node.js, and rich code editing through VSCode.

Results 5 github-actions-js issues
Sort by recently updated
recently updated
newest added

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?

missing-feature

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...