Skip to content

Commit

Permalink
fix(ci/cd-luacheck): Rename job from sile to Luacheck (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiriks74 authored Sep 29, 2023
1 parent fb129b1 commit 804f148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/luacheck.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Luacheck
on: [push, pull_request]
jobs:
sile:
Luacheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 804f148

Please sign in to comment.