aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2025-04-21 10:38:07 +0200
committerGitHub <noreply@github.com>2025-04-21 10:38:07 +0200
commit477dc9f862629b2b63e025e073ce072c5fab9f31 (patch)
treea8085c7aa375c6653b603a46a8fe372beb3ccd3e
parent86ac89fb616cea93c460f78f6997f6a5ff040e9c (diff)
downloadluasystem-477dc9f862629b2b63e025e073ce072c5fab9f31.tar.gz
luasystem-477dc9f862629b2b63e025e073ce072c5fab9f31.tar.bz2
luasystem-477dc9f862629b2b63e025e073ce072c5fab9f31.zip
fix(readme): fix the lint badge (#68)
Diffstat (limited to '')
-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---
2name: Luacheck 2name: Lint
3 3
4on: [push, pull_request] 4on: [push, pull_request]
5 5