Skip to content

Commit

Permalink
Chore/fix ci (#165)
Browse files Browse the repository at this point in the history
Co-authored-by: docgalaxyblock <[email protected]>
  • Loading branch information
ClemensElflein and docgalaxyblock authored Oct 19, 2024
1 parent a1c822f commit ac81497
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,13 @@ jobs:
# Get the repository's code
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-python@v5

# Setup Python 3
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3'

- uses: pre-commit/[email protected]

- name: Docker meta
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ repos:
rev: v1.3.5
hooks:
- id: clang-format
args: [--style=file, -i]
args: [--style=file, -i, --version=14.0.0]

0 comments on commit ac81497

Please sign in to comment.