From 5003237f65dbad209afaf7032c0837ee9178e5d1 Mon Sep 17 00:00:00 2001 From: Christopher Schleiden Date: Mon, 23 Jan 2023 15:35:36 -0800 Subject: [PATCH] Add initial README for repo --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 39e6895..5818313 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,13 @@ # Language Services for GitHub Actions +This repository contains multiple npm packages for working with GitHub Actions workflow YAML files. + +- [actions-expressions](./actions-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) - [actions-languageservice](./actions-languageservice) - Language Service for GitHub Actions - [actions-languageserver](./actions-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) \ No newline at end of file