Update repo readme
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
# Language Services for GitHub Actions
|
# Language Services for GitHub Actions
|
||||||
|
|
||||||
This repository contains multiple npm packages for working with GitHub Actions workflow YAML files.
|
This repository contains multiple npm packages for working with GitHub Actions workflow YAML files. See the `README.md` files in the individual package folders.
|
||||||
|
|
||||||
- [actions-expressions](./actions-expressions) - Parser and evaluator for GitHub Actions [Expressions](https://docs.github.com/actions/learn-github-actions/expressions)
|
- [expressions](./expressions) - Parser and evaluator for GitHub Actions [Expressions](https://docs.github.com/actions/learn-github-actions/expressions)
|
||||||
- [actions-workflow-parser](./actions-workflow-parser) - Parser for GitHub Actions [Workflows](https://docs.github.com/actions/learn-github-actions/workflow-syntax-for-github-actions)
|
- [workflow-parser](./workflow-parser) - Parser for GitHub Actions [Workflows](https://docs.github.com/actions/learn-github-actions/workflow-syntax-for-github-actions)
|
||||||
- [actions-languageservice](./actions-languageservice) - Language Service for GitHub Actions
|
- [languageservice](./languageservice) - Language Service for GitHub Actions
|
||||||
- [actions-languageserver](./actions-languageserver) - Language Server for GitHub Actions, hosting the language service for LSP-compatible editors
|
- [languageserver](./languageserver) - Language Server for GitHub Actions, hosting the language service for LSP-compatible editors
|
||||||
- [browser-playground](./browser-playground) - Browser-based playground for the language service
|
- [browser-playground](./browser-playground) - Browser-based playground for the language service
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|||||||
Reference in New Issue
Block a user