Skip to content

Commit

Permalink
fix: update ci lint stylua-action version (neovim#2150)
Browse files Browse the repository at this point in the history
* fix: update ci lint stylua-action version

* fix: typo
  • Loading branch information
glepnir authored Sep 23, 2022
1 parent 499e9be commit 90cb7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 90cb7b0

Please sign in to comment.