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 committed Sep 28, 2023
1 parent 4f2e810 commit 45e4974
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/luacheck.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: LuaCheck
name: luacheck
on: [push, pull_request]
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 45e4974

Please sign in to comment.