Skip to content

Commit

Permalink
Adapt Linux workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberth289346 committed Sep 22, 2024
1 parent 1abd7cf commit f67c99a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ jobs:
- name: Run simple code tests
if: matrix.static_analysis
run: |
# Check if there are trailing whitespaces.
python3 scripts/check_trailing_whitespaces.py
# Check if there bad whitespace.
python3 scripts/check_whitespace.py
# Check for incorrectly encoded files.
python3 scripts/check_language_files_not_BOM.py
# Check if there are lua classes with invalid/improper declarations.
Expand Down

0 comments on commit f67c99a

Please sign in to comment.