Skip to content

Commit

Permalink
ci: fux
Browse files Browse the repository at this point in the history
  • Loading branch information
Rirusha committed Oct 2, 2024
1 parent b6218eb commit c5eb805
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/CI-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,15 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v2
with:
submodules: recursive

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

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

- name: Init vala-checkers
run: git submodule init vala-checkers
run: apt-get install -y python3.12

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

0 comments on commit c5eb805

Please sign in to comment.