Skip to content

Commit

Permalink
github: deactivate lua linting
Browse files Browse the repository at this point in the history
Signed-off-by: Packet Please <[email protected]>
  • Loading branch information
pktpls committed Feb 11, 2024
1 parent 4e8f862 commit c3baa2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
VALIDATE_ALL_CODEBASE: false
# Disable JavaScript Standard Linter as it has problems with the syntax of Javascript LuCI-Apps
VALIDATE_JAVASCRIPT_STANDARD: false
VALIDATE_LUA: false
# Change to 'master' if your main branch differs
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FILTER_REGEX_EXCLUDE: ".*/usr/bin/hna\\.lua$"

0 comments on commit c3baa2e

Please sign in to comment.