diff options
| author | Raphael <glepnir@neovim.pro> | 2022-09-23 14:42:39 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-23 14:42:39 +0800 |
| commit | 90cb7b041d6f719abdce61438a402f89dd23eee4 (patch) | |
| tree | c5cb1ce0a35328446d6a0e3206c4c204ac08fb5c /.github/workflows | |
| parent | docs: update server_configurations.md (diff) | |
| download | nvim-lspconfig-90cb7b041d6f719abdce61438a402f89dd23eee4.tar nvim-lspconfig-90cb7b041d6f719abdce61438a402f89dd23eee4.tar.gz nvim-lspconfig-90cb7b041d6f719abdce61438a402f89dd23eee4.tar.bz2 nvim-lspconfig-90cb7b041d6f719abdce61438a402f89dd23eee4.tar.lz nvim-lspconfig-90cb7b041d6f719abdce61438a402f89dd23eee4.tar.xz nvim-lspconfig-90cb7b041d6f719abdce61438a402f89dd23eee4.tar.zst nvim-lspconfig-90cb7b041d6f719abdce61438a402f89dd23eee4.zip | |
fix: update ci lint stylua-action version (#2150)
* fix: update ci lint stylua-action version
* fix: typo
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8279196b..0d514a82 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@v3 - name: Lint with stylua - uses: JohnnyMorganz/stylua-action@1.0.0 + uses: JohnnyMorganz/stylua-action@v1.1.2 with: token: ${{ secrets.GITHUB_TOKEN }} # CLI arguments |
