chrome-github-boxcutter icon indicating copy to clipboard operation
chrome-github-boxcutter copied to clipboard

Add support to GitHub Actions

Open guibranco opened this issue 2 years ago • 0 comments

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

guibranco avatar Jan 26 '23 07:01 guibranco