Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rirusha committed Oct 1, 2024
1 parent 83dae17 commit 79040ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ jobs:
run: apt-get install -y python3.12

- name: Run indentation checker
run: python3.12 ./checkers/indentation_checker.py .
run: python3.12 ./vala-checkers/indentation_checker.py .

- name: Run empty lines checker
run: python3.12 ./checkers/empty_lines_checker.py .
run: python3.12 ./vala-checkers/empty_lines_checker.py .

test-build:
name: Test Build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ jobs:
run: apt-get install -y python3.12

- name: Run indentation checker
run: python3.12 ./checkers/indentation_checker.py .
run: python3.12 ./vala-checkers/indentation_checker.py .

- name: Run empty lines checker
run: python3.12 ./checkers/empty_lines_checker.py .
run: python3.12 ./vala-checkers/empty_lines_checker.py .

test-build:
name: Test Build
Expand Down

0 comments on commit 79040ce

Please sign in to comment.