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

Setup PHP CS Fixer #27

Merged
merged 1 commit into from
Dec 20, 2023
Merged

Setup PHP CS Fixer #27

merged 1 commit into from
Dec 20, 2023

Conversation

marmichalski
Copy link
Collaborator

@marmichalski marmichalski commented Dec 20, 2023

There was an old .php_cs file, but it was not made part of CI checks, so let's introduce cs fixer shim and run it in CI 🙈

@@ -40,6 +40,10 @@ jobs:
with:
dependency-versions: "${{ matrix.dependencies }}"

- name: "Check code style"
if: ${{ matrix.dependencies == 'highest' && matrix.php == '8.1' }}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should essentially just run on locked dependencies (same for psalm), but we don't run CI with locked deps, maybe we should?

Base automatically changed from requirements to master December 20, 2023 08:09
mgrajcarek
mgrajcarek previously approved these changes Dec 20, 2023
@mgrajcarek
Copy link
Owner

@marmichalski could you resolve conflicts?

@marmichalski marmichalski dismissed mgrajcarek’s stale review December 20, 2023 09:58

The merge-base changed after approval.

@marmichalski marmichalski marked this pull request as ready for review December 20, 2023 09:59
@marmichalski
Copy link
Collaborator Author

@marmichalski could you resolve conflicts?

it is done

@mgrajcarek mgrajcarek merged commit cae6fe4 into master Dec 20, 2023
6 checks passed
@mgrajcarek mgrajcarek deleted the cs-fixer branch December 20, 2023 13:15
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.

2 participants