mirror of
https://github.com/mt-mods/mail.git
synced 2025-03-15 06:01:25 +00:00
step names in luacheck workflow
This commit is contained in:
parent
88a276f4cb
commit
8d7c8c63cf
1 changed files with 4 additions and 2 deletions
6
.github/workflows/luacheck.yml
vendored
6
.github/workflows/luacheck.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue