Skip to content

Commit

Permalink
Fix CI errors (#50)
Browse files Browse the repository at this point in the history
* Fix CI errors

* Built pre-commit version

* Try to fix pre-commit

* Try to fix pre-commit

* Revert CI
  • Loading branch information
kse3hi authored Feb 6, 2024
1 parent 7e73089 commit 12378b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down
34 changes: 0 additions & 34 deletions src/python-app/actions/pre-commit-action/action.yml

This file was deleted.

4 changes: 2 additions & 2 deletions src/python-app/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
git config --global --add safe.directory $( pwd )
- name: Run Linters
uses: ./.github/actions/pre-commit-action
uses: pre-commit/action@v3.0.0

- name: Clone Release Documentation Action repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
path: |
results/Documentation/renderer/*
merge-test-results:
merge-test-results:
runs-on: ubuntu-latest
needs: run-integration-tests
steps:
Expand Down

0 comments on commit 12378b3

Please sign in to comment.