Skip to content

Commit

Permalink
Lint Action - Missed comment out
Browse files Browse the repository at this point in the history
  • Loading branch information
CuteOne committed Apr 26, 2024
1 parent 7c0dd48 commit 4e928aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
**.lua
- name: Lua Check
if: steps.changed-files.outputs.any_changed == 'true'
#if: steps.changed-files.outputs.any_changed == 'true'
uses: Kong/public-shared-actions/code-check-actions/lua-lint@main
#with:
# additional_args: '--no-default-config --config .luacheckrc'
Expand Down

0 comments on commit 4e928aa

Please sign in to comment.