Skip to content

Fix Pint code style, add CI Pint check, and remove unused welcome view - #4

Open
prateekbhujel wants to merge 1 commit into
NativePHP:mainfrom
prateekbhujel:chore/clean-welcome-view-and-pint-ci
Open

prateekbhujel wants to merge 1 commit into
NativePHP:mainfrom
prateekbhujel:chore/clean-welcome-view-and-pint-ci

Conversation

@prateekbhujel

Copy link
Copy Markdown

CONTRIBUTING.md specifies:

"Match existing code style (pint if you touch PHP)"

This PR cleans up code style across the starter kit, enforces style compliance in CI, and removes unused scaffold boilerplate.

Changes

  • Fixed Pint style violations in NativeServiceProvider.php, Home.php, and AppInfoTool.php (ordered imports, strict types, blank lines, trailing newline).
  • Added vendor/bin/pint --test step to .github/workflows/tests.yml.
  • Removed unused 72KB resources/views/welcome.blade.php leftover from laravel new (root / routes directly to Home::class rendering native.home).

Fix code style violations identified by Pint across providers and native
components, enforce Pint checks in the GitHub Actions workflow, and delete
the unused 72KB welcome.blade.php leftover from framework scaffolding.
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