fix workflow/issue templates
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
name: "Bug Report"
|
||||
description: Create a report to help us improve
|
||||
labels: ['🐛 Bug']
|
||||
type: Bug
|
||||
body:
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
|
||||
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user