Package Control

The official Sublime Text package manager.

LSP-gh-actions

GitHub Actions workflows language server provided through @actions/languageserver

By sublimelsp
Created June 18, 2026, last updated July 3, 2026.

JunMayAprMarFebJan Dec2025 NovOctSepAugJul 2026-W28 | installs: 8 | removals: 3 | upgrades: 0 2026-W28 | installs: 8 | removals: 3 | upgrades: 0 2026-W28 | installs: 8 | removals: 3 | upgrades: 0 2026-W27 | installs: 1 | removals: 0 | upgrades: 0 2026-W27 | installs: 1 | removals: 0 | upgrades: 0 2026-W27 | installs: 1 | removals: 0 | upgrades: 0 048 WeeklyInstalls 024 WeeklyUpgrades 2026-W27 | upgrades: 0 1.0.1 / 1.0.0
Installations: recent average 1 per week, 9 in total
Installations minus removals
Upgrades

Links

Versions

1.0.1 (>ST4069) ·
2026-07-03 15:24

More
  • (>ST4069) 1.0.0 ·
    2026-07-02 16:24

LSP-gh-actions

GitHub Actions workflows language server provided through @actions/languageserver.

It provides schema validation for the workflow and action files (like LSP-yaml) but also, quoting from actions/languageservice:

Installation

Note

Package expects the gh CLI utility to be available on the PATH to get a GitHub token from. Without it some functionality won't work.

Configuration

If you have LSP-yaml installed, you don't want it running for GitHub workflows if you are using LSP-gh-actions. To achieve that, open Preferences: LSP-yaml Settings from the Command Palette and modify the selector to exclude source.yaml.pipeline.github-actions scope. For example:

@@ -61 +61 @@
-       "selector": "(source.yml | source.yaml) - (source.yaml.go | source.yaml.helm | source.yaml.esphome)",
+       "selector": "(source.yml | source.yaml) - (source.yaml.go | source.yaml.helm | source.yaml.esphome | source.yaml.pipeline.github-actions)",

Open configuration file using command palette with Preferences: LSP-gh-actions Settings command or opening it from the Sublime menu (Preferences > Package Settings > LSP > Servers > LSP-gh-actions).

Results

Packages