diff options
| author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-12-17 15:35:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-17 06:35:24 -0800 |
| commit | 5d96ace4fc2c02c205b69f2d8872ecb1e420901f (patch) | |
| tree | 97c1f983a1174658045df91054e6dd769fdfaa77 /.github/workflows/lint.yml | |
| parent | ci: don't auto-close config changes (diff) | |
| download | nvim-lspconfig-5d96ace4fc2c02c205b69f2d8872ecb1e420901f.tar nvim-lspconfig-5d96ace4fc2c02c205b69f2d8872ecb1e420901f.tar.gz nvim-lspconfig-5d96ace4fc2c02c205b69f2d8872ecb1e420901f.tar.bz2 nvim-lspconfig-5d96ace4fc2c02c205b69f2d8872ecb1e420901f.tar.lz nvim-lspconfig-5d96ace4fc2c02c205b69f2d8872ecb1e420901f.tar.xz nvim-lspconfig-5d96ace4fc2c02c205b69f2d8872ecb1e420901f.tar.zst nvim-lspconfig-5d96ace4fc2c02c205b69f2d8872ecb1e420901f.zip | |
ci: bump action versions (#2322)
Diffstat (limited to '.github/workflows/lint.yml')
| -rw-r--r-- | .github/workflows/lint.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0d514a82..78f511bd 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v3 - name: Run luacheck - uses: lunarmodules/luacheck@v0 + uses: lunarmodules/luacheck@v1 with: args: lua/* test/* @@ -30,8 +30,8 @@ jobs: uses: actions/checkout@v3 - name: Lint with stylua - uses: JohnnyMorganz/stylua-action@v1.1.2 + uses: JohnnyMorganz/stylua-action@v2 with: token: ${{ secrets.GITHUB_TOKEN }} - # CLI arguments + version: latest args: --check . |
