Skip to content

Commit

Permalink
ci: update stylua action
Browse files Browse the repository at this point in the history
  • Loading branch information
rcarriga committed Sep 26, 2022
1 parent 8724ec7 commit 3273f6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: JohnnyMorganz/stylua-action@1.0.0
- uses: JohnnyMorganz/stylua-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --check lua/ tests/

tests:
Expand Down

0 comments on commit 3273f6a

Please sign in to comment.