OmarTawfik / github-actions-js

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It should report an error on unrecognized events

OmarTawfik opened this issue Β· comments

From docs:

  # "on" identifies the event that will cause Actions to run this
  # workflow.  It's value is a double-quoted string, case-insensitive,
  # drawn from the list of known event types.

https://developer.github.com/actions/creating-workflows/workflow-configuration-options/#events-supported-in-workflow-files

you could use https://github.com/octokit/webhooks as a start, we could make another one specifically for actions as their are some slight differences πŸ€”

@gr2m thanks for the suggestion! I'll look into it.

πŸŽ‰ This issue has been resolved in version 1.3.0 πŸŽ‰

The release is available on:

Your semantic-release bot πŸ“¦πŸš€