Skip to content

Commit

Permalink
Update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Sep 21, 2022
1 parent 17097e0 commit 43440e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Clone repo
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Luacheck
uses: nebularg/actions-luacheck@v1
Expand All @@ -27,10 +27,10 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Clone repo
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: StyLua
uses: JohnnyMorganz/stylua-action@1.0.0
uses: JohnnyMorganz/stylua-action@v1.1.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --color always --check .

0 comments on commit 43440e7

Please sign in to comment.