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 25, 2022
1 parent 114075e commit 8d0768a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ jobs:
runs-on: ubuntu-latest
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:
name: tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8d0768a

Please sign in to comment.