diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2025-04-21 10:38:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-21 10:38:07 +0200 |
commit | 477dc9f862629b2b63e025e073ce072c5fab9f31 (patch) | |
tree | a8085c7aa375c6653b603a46a8fe372beb3ccd3e | |
parent | 86ac89fb616cea93c460f78f6997f6a5ff040e9c (diff) | |
download | luasystem-477dc9f862629b2b63e025e073ce072c5fab9f31.tar.gz luasystem-477dc9f862629b2b63e025e073ce072c5fab9f31.tar.bz2 luasystem-477dc9f862629b2b63e025e073ce072c5fab9f31.zip |
fix(readme): fix the lint badge (#68)
-rw-r--r-- | .github/workflows/lint.yml (renamed from .github/workflows/luacheck.yml) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/luacheck.yml b/.github/workflows/lint.yml index 3ad8db7..83abc44 100644 --- a/.github/workflows/luacheck.yml +++ b/.github/workflows/lint.yml | |||
@@ -1,5 +1,5 @@ | |||
1 | --- | 1 | --- |
2 | name: Luacheck | 2 | name: Lint |
3 | 3 | ||
4 | on: [push, pull_request] | 4 | on: [push, pull_request] |
5 | 5 | ||