Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rirusha committed Aug 15, 2024
1 parent 1e4ef93 commit 923fa63
Showing 1 changed file with 2 additions and 2 deletions.
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 ./checkers/indentation_checker.py

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

flatter:
name: Build Repo
Expand Down

0 comments on commit 923fa63

Please sign in to comment.