Skip to content

Conversation

@pushpak1300
Copy link
Member

This MR add changes to Pint config.

The pint config has been copied form https://github.com/laravel/framework

@ashleyhindle
Copy link
Collaborator

ashleyhindle commented Aug 8, 2025 via email

@pushpak1300
Copy link
Member Author

CI Pipelines are failing mainly because of the package issue. taking the look

@ashleyhindle
Copy link
Collaborator

CI Pipelines are failing mainly because of the package issue. taking the look

Looking at the workflow, it loads in style checking like this:

jobs:
  lint:
    uses: laravel/.github/.github/workflows/coding-standards.yml@main

And that just runs pint with no config options:

      - name: Run Pint
        run: pint

So it should be fine, if this pint config is better

@ashleyhindle ashleyhindle merged commit b212669 into main Aug 8, 2025
3 of 12 checks passed
@ashleyhindle ashleyhindle deleted the feat/improve_pint_config branch August 13, 2025 14:04
@ghost ghost mentioned this pull request Aug 13, 2025
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.

3 participants