A VSCode extension that enables Ctrl+Click (Cmd+Click on Mac) navigation to action files referenced by uses in GitHub Actions workflow files.
Features
Navigate to referenced action files by Ctrl+Click (Cmd+Click on Mac) on uses fields in GitHub Actions workflow files (.github/workflows/*.yml, .github/workflows/*.yaml)
Support for direct jumps to local action files (paths starting with ./)
Support for links to external GitHub repository actions (opens in browser)
Usage
Install the extension
Open a GitHub Actions workflow file (.yml or .yaml files in .github/workflows/)
Ctrl+Click (Cmd+Click on Mac) on the action path specified in uses:
The referenced file or GitHub page will open
Supported uses Formats
Local Actions
uses: ./path/to/action
uses: ./path/to/action@v1
For local actions, files are searched in the following order: