aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b3949578c1..ef70fdfc3c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -107,11 +107,11 @@ jobs:
run: ./ci/run_tests.sh build_nvim
- if: "!cancelled()"
- name: clint-full
- run: ./ci/run_lint.sh clint-full
+ name: lintcfull
+ run: ./ci/run_lint.sh lintcfull
- if: "!cancelled()"
- name: stylua
+ name: lintstylua
uses: JohnnyMorganz/stylua-action@1.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
@@ -124,16 +124,16 @@ jobs:
git diff --color --exit-code
- if: "!cancelled()"
- name: lualint
- run: ./ci/run_lint.sh lualint
+ name: lintlua
+ run: ./ci/run_lint.sh lintlua
- if: "!cancelled()"
- name: pylint
- run: ./ci/run_lint.sh pylint
+ name: lintpy
+ run: ./ci/run_lint.sh lintpy
- if: "!cancelled()"
- name: shlint
- run: ./ci/run_lint.sh shlint
+ name: lintsh
+ run: ./ci/run_lint.sh lintsh
- if: "!cancelled()"
name: check-single-includes