Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>github-actionsNew to Visual Studio Code? Get it now.
github-actions

github-actions

securisec

|
4,050 installs
| (0) | Free
Github Actions VSCode
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Github Actions yaml linter

WIP

Install

  • VSCode Marketplace
  • Or clone the repo and build with vsce package and install VSIX file from VS Code.

VSCode extension that provides linting and intellisense for github actions yaml files.

This plugin also provides intellisense for common extensions like checkout, upload/download artifacts etc.

Pull requests are welcome!

Demo

Update Actions

To update actions automatically, create a new file called dependabot.yml in the .github/workflows directory with the following contents:

version: 2
updates:
  # Maintain dependencies for GitHub Actions
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "daily"
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft