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 errors on invalid 'uses' values

OmarTawfik opened this issue ยท comments

From docs:

  # The "uses" keyword identifies what actual code this action will run.
  # The value is always a string, and may take three forms:
  #   - "./path", which identifies a directory in the current repository
  #     containing a Dockerfile that describes an action
  #   - "owner/repo/path@ref", which identifies a directory in another
  #     GitHub repository containing a Dockerfile that describes an
  #     action.  Ref may be a branch, tag, or SHA.
  #   - "docker://image", which identifies a docker image

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

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€