Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rirusha committed Oct 2, 2024
1 parent 483e632 commit b6218eb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/CI-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,15 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: 'recursive'

- name: Update apt cache
run: apt-get update

- name: Install python
run: apt-get install -y python3.12
run: apt-get install -y python3.12 git

- name: Init vala-checkers
run: git submodule init vala-checkers

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

0 comments on commit b6218eb

Please sign in to comment.