Skip to content

Commit

Permalink
LintPR Action Update
Browse files Browse the repository at this point in the history
  • Loading branch information
CuteOne committed Apr 26, 2024
1 parent 6ea54fb commit 3af16b7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/lintPR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
steps:
- name: Checkout source code
uses: actions/checkout@v4
with:
fetch-depth: 0 # OR "2" -> To retrieve the preceding commit.
#with:
# fetch-depth: 0 # OR "2" -> To retrieve the preceding commit.

# Optional step to run on only changed files
- name: Get changed files
Expand All @@ -39,11 +39,11 @@ jobs:
done
- 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:
#with:
# additional_args: '--no-default-config --config .luacheckrc'
files: ${{ steps.changed-files.outputs.all_changed_files }}
#files: ${{ steps.changed-files.outputs.all_changed_files }}

# name: Luacheck
# on: [push, pull_request]
Expand Down

0 comments on commit 3af16b7

Please sign in to comment.