aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-05-09 11:23:26 +0200
committerChristian Clason <c.clason@uni-graz.at>2022-05-09 16:31:55 +0200
commit676e9e9334043ce74af74f85f889b0327a443d0b (patch)
tree989665897b46546ef089482c285b12fbd1dc19ab /.github/workflows
parente31b32a293f6ba8708499a176234f8be1df6a145 (diff)
downloadrneovim-676e9e9334043ce74af74f85f889b0327a443d0b.tar.gz
rneovim-676e9e9334043ce74af74f85f889b0327a443d0b.tar.bz2
rneovim-676e9e9334043ce74af74f85f889b0327a443d0b.zip
ci: lint runtime with stylua
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1aa0906ffc..87c270afbe 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -87,6 +87,13 @@ jobs:
run: ./ci/run_lint.sh clint-full
- if: "!cancelled()"
+ name: stylua
+ uses: JohnnyMorganz/stylua-action@1.0.0
+ with:
+ token: ${{ secrets.GITHUB_TOKEN }}
+ args: --check runtime/
+
+ - if: "!cancelled()"
name: lualint
run: ./ci/run_lint.sh lualint