It would be nice if we have support to GitHub actions, so we can navigate from [some-action].yml file to it's repository.
Example:
jobs:
build:
name: Build
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
The last line should be a link to: actions/checkout@v2
It would be nice if we have support to GitHub actions, so we can navigate from
[some-action].ymlfile to it's repository.Example:
The last line should be a link to: actions/checkout@v2