aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2023-06-28 19:23:11 +0200
committerGitHub <noreply@github.com>2023-06-28 19:23:11 +0200
commit4c3baba22189aa2a08d32bb8d08b32c7e22a2e84 (patch)
tree031ee149f5b6f20ec095bc42dcf1323a1151c757 /.github
parentchore(ci): add nvim v0.9.1 to test matrix (#245) (diff)
downloadmason-lspconfig-4c3baba22189aa2a08d32bb8d08b32c7e22a2e84.tar
mason-lspconfig-4c3baba22189aa2a08d32bb8d08b32c7e22a2e84.tar.gz
mason-lspconfig-4c3baba22189aa2a08d32bb8d08b32c7e22a2e84.tar.bz2
mason-lspconfig-4c3baba22189aa2a08d32bb8d08b32c7e22a2e84.tar.lz
mason-lspconfig-4c3baba22189aa2a08d32bb8d08b32c7e22a2e84.tar.xz
mason-lspconfig-4c3baba22189aa2a08d32bb8d08b32c7e22a2e84.tar.zst
mason-lspconfig-4c3baba22189aa2a08d32bb8d08b32c7e22a2e84.zip
chore(ci): upgrade linter versions (#244)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cbfmt.yml2
-rw-r--r--.github/workflows/selene.yml2
-rw-r--r--.github/workflows/stylua.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/cbfmt.yml b/.github/workflows/cbfmt.yml
index 57d7752..e59deba 100644
--- a/.github/workflows/cbfmt.yml
+++ b/.github/workflows/cbfmt.yml
@@ -20,7 +20,7 @@ jobs:
- name: Download Stylua
run: |
mkdir /tmp/stylua && cd $_
- curl -fsSL -o stylua.zip "https://github.com/JohnnyMorganz/StyLua/releases/download/v0.17.0/stylua-linux.zip"
+ curl -fsSL -o stylua.zip "https://github.com/JohnnyMorganz/StyLua/releases/download/v0.18.0/stylua-linux.zip"
unzip -d /usr/local/bin stylua.zip
- name: Download Shellharden
run: |
diff --git a/.github/workflows/selene.yml b/.github/workflows/selene.yml
index 5a71f62..1486c9c 100644
--- a/.github/workflows/selene.yml
+++ b/.github/workflows/selene.yml
@@ -17,4 +17,4 @@ jobs:
# token is needed because the action allegedly downloads binary from github releases
token: ${{ secrets.GITHUB_TOKEN }}
args: lua/ tests/ scripts/
- version: 0.24.0
+ version: 0.25.0
diff --git a/.github/workflows/stylua.yml b/.github/workflows/stylua.yml
index 46286bb..1edb4bf 100644
--- a/.github/workflows/stylua.yml
+++ b/.github/workflows/stylua.yml
@@ -18,4 +18,4 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
# CLI arguments
args: --check .
- version: 0.17.0
+ version: 0.18.0