Skip to content

Commit 145a732

Browse files
committed
Lint Action - Reenbled only changed files
1 parent af02273 commit 145a732

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ jobs:
4747
**.lua
4848
4949
- name: Lua Check
50-
#if: steps.changed-files.outputs.any_changed == 'true'
50+
if: steps.changed-files.outputs.any_changed == 'true'
5151
uses: Kong/public-shared-actions/code-check-actions/lua-lint@main
52-
#with:
52+
with:
5353
# additional_args: '--no-default-config --config .luacheckrc'
54-
# files: ${{ steps.changed-files.outputs.all_changed_files }}
54+
files: ${{ steps.changed-files.outputs.all_changed_files }}
5555

5656
# name: Luacheck
5757
# on: [push, pull_request]

0 commit comments

Comments
 (0)