From 0ccd57e9fafafaa5384d8fcd7316c982d9e13e9b Mon Sep 17 00:00:00 2001 From: Christopher Schleiden Date: Thu, 23 Feb 2023 09:20:10 -0800 Subject: [PATCH] Update repo readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5818313..71207f7 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # 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) -- [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 +- [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