chrome-github-boxcutter
chrome-github-boxcutter copied to clipboard
Add support to GitHub Actions
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