Skip to content

Re-enable Forge Formatting Check in CI #36

@adamgall

Description

@adamgall

Problem

The forge fmt --check step in our GitHub Actions workflow (.github/workflows/test.yml) is currently commented out. This was done as a temporary measure to unblock CI when there were formatting issues in the codebase.

Current State

  • The formatting check step is commented out in the test workflow
  • Formatting issues were fixed in commit df942e7 ("Fixed formatting")
  • Without this check, inconsistently formatted code can be merged into the repository

Proposed Solution

Uncomment the forge fmt --check step in the CI workflow to:

  • Enforce consistent Solidity code formatting standards
  • Catch formatting issues early in the PR review process
  • Maintain code readability and reduce formatting-related merge conflicts

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions