aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/docgen.yml
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2021-11-21 15:30:20 +0100
committerGitHub <noreply@github.com>2021-11-21 09:30:20 -0500
commitcabc53915993b62dfdbe932411792a600db19448 (patch)
treec058e20acc6b555661199b938010e7b234e62a32 /.github/workflows/docgen.yml
parentdocs: update server_configurations.md (diff)
downloadnvim-lspconfig-cabc53915993b62dfdbe932411792a600db19448.tar
nvim-lspconfig-cabc53915993b62dfdbe932411792a600db19448.tar.gz
nvim-lspconfig-cabc53915993b62dfdbe932411792a600db19448.tar.bz2
nvim-lspconfig-cabc53915993b62dfdbe932411792a600db19448.tar.lz
nvim-lspconfig-cabc53915993b62dfdbe932411792a600db19448.tar.xz
nvim-lspconfig-cabc53915993b62dfdbe932411792a600db19448.tar.zst
nvim-lspconfig-cabc53915993b62dfdbe932411792a600db19448.zip
ci: remove brackets on the "runs-on" argument (#1470)
This will silence the false warning 'Value must be "self-hosted"' warning from yamlls.
Diffstat (limited to '.github/workflows/docgen.yml')
-rw-r--r--.github/workflows/docgen.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docgen.yml b/.github/workflows/docgen.yml
index b7c123a2..2e410a20 100644
--- a/.github/workflows/docgen.yml
+++ b/.github/workflows/docgen.yml
@@ -7,7 +7,7 @@ on:
jobs:
docgen:
- runs-on: [ubuntu-latest]
+ runs-on: ubuntu-latest
permissions:
contents: write
steps: