diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-07-28 20:10:16 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-07-28 20:10:16 +0200 |
commit | 53f7fccc9413c9f770694b56f40f242d383b2d5f (patch) | |
tree | 6803c702a3f895b63acd2cd8afb4a9737eb47bea /.github | |
parent | 327d3ee4557027b51aad86e68743a85ed3a6f52b (diff) | |
download | vim-git-53f7fccc9413c9f770694b56f40f242d383b2d5f.tar.gz |
Update runtime files
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 2 | ||||
-rw-r--r-- | .github/workflows/ci.yml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 212205f95..6aea29a68 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -51,6 +51,7 @@ runtime/compiler/sass.vim @tpope runtime/compiler/se.vim @dkearns runtime/compiler/shellcheck.vim @dkearns runtime/compiler/sml.vim @dkearns +runtime/compiler/spectral.vim @romainl runtime/compiler/stylelint.vim @dkearns runtime/compiler/tcl.vim @dkearns runtime/compiler/tidy.vim @dkearns @@ -59,6 +60,7 @@ runtime/compiler/tsc.vim @dkearns runtime/compiler/typedoc.vim @dkearns runtime/compiler/xmllint.vim @dkearns runtime/compiler/xo.vim @dkearns +runtime/compiler/yamllint.vim @romainl runtime/compiler/zsh.vim @dkearns runtime/doc/pi_getscript.txt @cecamp runtime/doc/pi_logipat.txt @cecamp diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b821e822b..7d84fca6d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -366,7 +366,7 @@ jobs: features: NORMAL steps: - - name: Initalize + - name: Initialize id: init shell: bash run: | |