fix workflow/issue templates

This commit is contained in:
NoM0Re
2025-02-20 12:25:51 +01:00
parent b9ecca7bf5
commit 20ce3ed27f
5 changed files with 32 additions and 13 deletions
-1
View File
@@ -1,7 +1,6 @@
name: "Bug Report"
description: Create a report to help us improve
labels: ['🐛 Bug']
type: Bug
body:
- type: checkboxes
attributes:
+4 -1
View File
@@ -5,6 +5,9 @@ on:
paths:
- '.github/workflows/**.yml'
- '**.lua'
pull_request:
paths:
- '**.lua'
jobs:
lint:
@@ -60,4 +63,4 @@ jobs:
rm -rf $GITHUB_WORKSPACE/luarocks-${{ env.LUAROCKS_VERSION }}
- name: Luacheck
run: .luarocks/bin/luacheck . -q
run: .luarocks/bin/luacheck .