Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/actions/languageservices
Language services for GitHub Actions workflows and expressions.
https://github.com/actions/languageservices
actions github githubactions
Last synced: about 1 month ago
JSON representation
Language services for GitHub Actions workflows and expressions.
- Host: GitHub
- URL: https://github.com/actions/languageservices
- Owner: actions
- License: mit
- Created: 2023-01-24T16:41:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-17T01:08:05.000Z (8 months ago)
- Last Synced: 2024-04-14T05:56:56.979Z (7 months ago)
- Topics: actions, github, githubactions
- Language: TypeScript
- Homepage:
- Size: 4.21 MB
- Stars: 50
- Watchers: 2
- Forks: 15
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 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.
- [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
- [browser-playground](./browser-playground) - Browser-based playground for the language service## Contributing
See [CONTRIBUTING.md](./CONTRIBUTING.md)