Skip to content

Commit

Permalink
ci: fix stylua action
Browse files Browse the repository at this point in the history
  • Loading branch information
theHamsta committed Mar 20, 2023
1 parent da1ee9c commit 13096ca
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 @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Lint with stylua
uses: JohnnyMorganz/stylua-action@1.0.0
uses: JohnnyMorganz/stylua-action@2
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --check .

0 comments on commit 13096ca

Please sign in to comment.