No description
  • TypeScript 99.5%
  • JavaScript 0.3%
  • Shell 0.2%
Find a file
eric sciple cc316ab9de
Remove phantom github.job_workflow_sha from language service (#347)
This property is listed in the GitHub context provider but is never
populated at runtime by the runner. Users see it in autocomplete,
use it in workflows, and it silently evaluates to empty string.

Remove from keys array and description metadata.
2026-04-03 18:33:15 -05:00
.github Upgrade lerna to v9 for OIDC trusted publishing (#330) 2026-02-25 19:58:54 -06:00
.vscode Initial code import 2022-11-08 17:00:59 -08:00
browser-playground Bump webpack-dev-server: >=5.2.1 2025-06-16 22:19:01 +00:00
docs languageserver: add .js extensions to imports (ESM prep) (#259) 2026-01-04 15:00:01 -06:00
expressions Release extension version 0.3.51 (#346) 2026-04-03 10:34:58 -05:00
languageserver Release extension version 0.3.51 (#346) 2026-04-03 10:34:58 -05:00
languageservice Remove phantom github.job_workflow_sha from language service (#347) 2026-04-03 18:33:15 -05:00
script Optimize JSON data files to reduce bundle size by 90% (#229) 2025-12-05 10:27:19 -06:00
workflow-parser Release extension version 0.3.51 (#346) 2026-04-03 10:34:58 -05:00
.eslintrc.json Add more ignorePatterns to ESLint config 2023-03-15 16:09:34 -04:00
.gitignore Add language service support for action.yml files (#275) 2026-01-02 10:38:52 -06:00
.prettierignore Upgrade lerna to v9 for OIDC trusted publishing (#330) 2026-02-25 19:58:54 -06:00
.prettierrc.json Use a standard format configuration across packages 2023-01-09 19:01:50 -05:00
AGENTS.md Remove allowServiceContainerCommand feature flag (#345) 2026-04-03 10:29:34 -05:00
CODE_OF_CONDUCT.md Add code of conduct 2023-01-23 11:35:22 -08:00
CONTRIBUTING.md Add project board link to CONTRIBUTING.md 2023-04-14 08:03:11 -06:00
lerna.json Release extension version 0.3.51 (#346) 2026-04-03 10:34:58 -05:00
LICENSE Add LICENSE from os template 2023-01-23 10:57:01 -08:00
package-lock.json Release extension version 0.3.51 (#346) 2026-04-03 10:34:58 -05:00
package.json Upgrade lerna to v9 for OIDC trusted publishing (#330) 2026-02-25 19:58:54 -06:00
README.md Optimize JSON data files to reduce bundle size by 90% (#229) 2025-12-05 10:27:19 -06:00

Language Services for GitHub Actions

This repository contains multiple npm packages for working with GitHub Actions workflow YAML files. See the README.md files in the individual package folders.

Documentation

Note

Thank you for your interest in this GitHub repo, however, right now we are not taking contributions.

We continue to focus our resources on strategic areas that help our customers be successful while making developers' lives easier. While GitHub Actions remains a key part of this vision, we are allocating resources towards other areas of Actions and are not taking contributions to this repository at this time. The GitHub public roadmap is the best place to follow along for any updates on features were working on and what stage theyre in.

We are taking the following steps to better direct requests related to GitHub Actions, including:

  1. We will be directing questions and support requests to our Community Discussions area

  2. High Priority bugs can be reported through Community Discussions or you can report these to our support team https://support.github.com/contact/bug-report.

  3. Security Issues should be handled as per our security.md

We will still provide security updates for this project and fix major breaking changes during this time.

You are welcome to still raise bugs in this repo.