Skip to content

ci: add PHP linting with Laravel Pint#5

Merged
mpge merged 1 commit into
mainfrom
ci/add-linting
Apr 7, 2026
Merged

ci: add PHP linting with Laravel Pint#5
mpge merged 1 commit into
mainfrom
ci/add-linting

Conversation

@mpge

@mpge mpge commented Apr 6, 2026

Copy link
Copy Markdown
Member

Summary

  • Add Laravel Pint as a dev dependency for PHP code style linting
  • Auto-fix all code style violations across 93 PHP files
  • Add .github/workflows/lint.yml that runs pint --test on pushes to main and PRs targeting main

Test plan

  • Verify the lint CI workflow passes on this PR
  • Confirm no functional changes were introduced by the style fixes

Add Laravel Pint as a dev dependency and fix all code style violations
across the codebase. Add a GitHub Actions workflow that runs Pint in
check mode on pushes to main and pull requests targeting main.
@mpge
mpge force-pushed the ci/add-linting branch from f8a61cf to 294d9c2 Compare April 7, 2026 17:50
@mpge mpge changed the title ci: add linting to CI pipeline ci: add PHP linting with Laravel Pint Apr 7, 2026
@mpge
mpge merged commit c04d073 into main Apr 7, 2026
3 checks passed
@mpge
mpge deleted the ci/add-linting branch April 7, 2026 18:09
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