Skip to content

Commit

Permalink
Core fix (#73)
Browse files Browse the repository at this point in the history
ci
valentin-gauthier-geosiris authored Jan 23, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent bf379d6 commit 26462ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
@@ -34,9 +34,9 @@ jobs:
# if: github.event.pull_request.head.repo.full_name == github.repository
uses: wearerequired/lint-action@v2
with:
auto_fix: true
auto_fix: false
black: true
black_auto_fix: true
black_auto_fix: false
flake8: true
flake8_auto_fix: false

0 comments on commit 26462ed

Please sign in to comment.