Skip to content

Commit

Permalink
step names in luacheck workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
OgelGames authored Sep 28, 2023
1 parent 88a276f commit 8d7c8c6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/luacheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ jobs:
luacheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: lunarmodules/luacheck@master
- name: Checkout
uses: actions/checkout@master
- name: Luacheck
uses: lunarmodules/luacheck@master

0 comments on commit 8d7c8c6

Please sign in to comment.