Skip to content

Commit c1970fb

Browse files
chore: synced local './' with remote 'repo-template/'
1 parent cb32497 commit c1970fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Lint
22
on:
33
push:
44
paths:
5-
- '*.lua'
5+
- '**.lua'
66
- '.github/workflows/lint.yml'
77
pull_request_target:
88
paths:
9-
- '*.lua'
9+
- '**.lua'
1010
- '.github/workflows/lint.yml'
1111
jobs:
1212
lint:

0 commit comments

Comments
 (0)