aboutsummaryrefslogtreecommitdiff
path: root/.yamllint.yaml
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2025-02-25 02:11:44 +0100
committerGitHub <noreply@github.com>2025-02-25 02:11:44 +0100
commit4c0d462d533d257df1c2fc53c18a298c80ff14fe (patch)
treee1efed30227c3b64096010d0212716fec5e78ea2 /.yamllint.yaml
parent9de0d9346cf5c17cd4a96c58ad326919bd8d27ed (diff)
downloadluasystem-4c0d462d533d257df1c2fc53c18a298c80ff14fe.tar.gz
luasystem-4c0d462d533d257df1c2fc53c18a298c80ff14fe.tar.bz2
luasystem-4c0d462d533d257df1c2fc53c18a298c80ff14fe.zip
fix(ci): yamllint config file moved (#50)
Diffstat (limited to '.yamllint.yaml')
-rw-r--r--.yamllint.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.yamllint.yaml b/.yamllint.yaml
new file mode 100644
index 0000000..2632ac5
--- /dev/null
+++ b/.yamllint.yaml
@@ -0,0 +1,6 @@
1---
2extends: default
3
4rules:
5 # MSGH Actions has a key called 'on', which causes false positives.
6 truthy: disable