We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af02273 commit 145a732Copy full SHA for 145a732
.github/workflows/lint.yaml
@@ -47,11 +47,11 @@ jobs:
47
**.lua
48
49
- name: Lua Check
50
- #if: steps.changed-files.outputs.any_changed == 'true'
+ if: steps.changed-files.outputs.any_changed == 'true'
51
uses: Kong/public-shared-actions/code-check-actions/lua-lint@main
52
- #with:
+ with:
53
# additional_args: '--no-default-config --config .luacheckrc'
54
- # files: ${{ steps.changed-files.outputs.all_changed_files }}
+ files: ${{ steps.changed-files.outputs.all_changed_files }}
55
56
# name: Luacheck
57
# on: [push, pull_request]
0 commit comments