Skip to content

ci: remove reformat check step from CI workflow#68

Merged
disafronov merged 1 commit into
mainfrom
fix
May 7, 2026
Merged

ci: remove reformat check step from CI workflow#68
disafronov merged 1 commit into
mainfrom
fix

Conversation

@disafronov
Copy link
Copy Markdown
Owner

@disafronov disafronov commented May 7, 2026

Changelog (#68)

🤖 CI

  • remove reformat check step from CI workflow

Removed "Check if code was reformatted" step from .github/workflows/lint_and_test.yaml. The git diff --exit-code check after make all was causing false positives during CI runs. This change simplifies the workflow by eliminating redundant formatting validation that's already enforced locally via pre-commit.

Signed-off-by: Dmitrii Safronov <zimniy@cyberbrain.cc>
@disafronov disafronov merged commit 4733bd6 into main May 7, 2026
13 checks passed
@disafronov disafronov deleted the fix branch May 7, 2026 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant