Files

13 lines
886 B
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
## Contributing
See [CONTRIBUTING.md](./CONTRIBUTING.md)