Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PHP-CS-Fixer Github action #82

Merged
merged 9 commits into from
Nov 4, 2021
Merged

Add PHP-CS-Fixer Github action #82

merged 9 commits into from
Nov 4, 2021

Conversation

robbinjanssen
Copy link
Member

@robbinjanssen robbinjanssen commented Nov 4, 2021

Description

Adds a php-cs-fixer action to lint the code instead of styleci.

Checklist:

Go over all the following points, and put an x in all the boxes that apply.

Please, please, please, don't send your pull request until all of the boxes are ticked. Once your pull request is created, it will trigger a build on our continuous integration server to make sure your tests pass.

  • I have read the CONTRIBUTING document.
  • My pull request addresses exactly one patch/feature.
  • My pull request contains a title that can be used as a release note.
  • I have added the appropriate labels to my pull request (e.g. breaking-change, new-feature, bugfix).
  • I have created a branch for this patch/feature.
  • Each individual commit in the pull request is meaningful.
  • I have added tests to cover my changes.
  • If my change requires a change to the documentation, I have updated it accordingly.

If you're unsure about any of these, don't hesitate to ask. We're here to help!

@robbinjanssen robbinjanssen added the ci Work that improves the continue integration. label Nov 4, 2021
@trizz trizz merged commit 6507c7e into master Nov 4, 2021
@trizz trizz deleted the rja/add-phpcsfixer-action branch November 4, 2021 12:18
@robbinjanssen robbinjanssen added breaking-change A breaking change for existing users. and removed breaking-change A breaking change for existing users. labels Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Work that improves the continue integration.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants