diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-01-21 00:12:50 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-01-21 00:12:50 +0000 |
| commit | 46de45200afab642a134cf4e26f8f495ab7a49dd (patch) | |
| tree | 00876838509c47970f957b2704978532f51f300e /doc/configs.md | |
| parent | feat(gh_actions_ls): recognize .forgejo, .gitea as root_dir #3566 (diff) | |
| download | nvim-lspconfig-46de45200afab642a134cf4e26f8f495ab7a49dd.tar nvim-lspconfig-46de45200afab642a134cf4e26f8f495ab7a49dd.tar.gz nvim-lspconfig-46de45200afab642a134cf4e26f8f495ab7a49dd.tar.bz2 nvim-lspconfig-46de45200afab642a134cf4e26f8f495ab7a49dd.tar.lz nvim-lspconfig-46de45200afab642a134cf4e26f8f495ab7a49dd.tar.xz nvim-lspconfig-46de45200afab642a134cf4e26f8f495ab7a49dd.tar.zst nvim-lspconfig-46de45200afab642a134cf4e26f8f495ab7a49dd.zip | |
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc/configs.md')
| -rw-r--r-- | doc/configs.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/configs.md b/doc/configs.md index 59746576..68b59794 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -4083,7 +4083,12 @@ https://github.com/lttb/gh-actions-language-server Language server for GitHub Actions. -`gh-actions-language-server` can be installed via `npm`: +The projects [forgejo](https://forgejo.org/) and [gitea](https://about.gitea.com/) +design their actions to be as compatible to github as possible +with only [a few differences](https://docs.gitea.com/usage/actions/comparison#unsupported-workflows-syntax) between the systems. +The `gh_actions_ls` is therefore enabled for those `yaml` files as well. + +The `gh-actions-language-server` can be installed via `npm`: ```sh npm install -g gh-actions-language-server |
