Skip to content

Commit

Permalink
chore(ci): use latest stylua action
Browse files Browse the repository at this point in the history
  • Loading branch information
levouh committed Aug 28, 2023
1 parent 2890912 commit 3767963
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: luacheck
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Prepare
run: |
sudo apt-get update
Expand All @@ -20,8 +20,8 @@ jobs:
name: stylua
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: JohnnyMorganz/stylua-action@1.0.0
- uses: actions/checkout@v3
- uses: JohnnyMorganz/stylua-action@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --color always --check lua/
args: --color always --check lua/

0 comments on commit 3767963

Please sign in to comment.