Files

32 lines
2.1 KiB
Markdown
Raw Permalink Normal View History

2022-11-09 15:35:37 -08:00
# Language Services for GitHub Actions
2023-02-23 09:20:10 -08:00
This repository contains multiple npm packages for working with GitHub Actions workflow YAML files. See the `README.md` files in the individual package folders.
2023-01-23 15:35:36 -08:00
2023-02-23 09:20:10 -08:00
- [expressions](./expressions) - Parser and evaluator for GitHub Actions [Expressions](https://docs.github.com/actions/learn-github-actions/expressions)
- [workflow-parser](./workflow-parser) - Parser for GitHub Actions [Workflows](https://docs.github.com/actions/learn-github-actions/workflow-syntax-for-github-actions)
- [languageservice](./languageservice) - Language Service for GitHub Actions
- [languageserver](./languageserver) - Language Server for GitHub Actions, hosting the language service for LSP-compatible editors
2023-01-23 15:35:36 -08:00
- [browser-playground](./browser-playground) - Browser-based playground for the language service
## Documentation
- [JSON Data Files](./docs/json-data-files.md) - How the JSON data files are generated and maintained
2025-06-02 10:40:25 +01:00
### Note
2023-01-23 15:35:36 -08:00
2025-06-02 10:40:25 +01:00
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](https://github.com/orgs/community/discussions/categories/actions)
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](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.