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

Ci improvements #871

Merged
merged 2 commits into from
Dec 16, 2024
Merged

Ci improvements #871

merged 2 commits into from
Dec 16, 2024

Conversation

vincentauger
Copy link
Member

This pull request includes changes to the testing and linting setup for the project. The most important changes include updating the GitHub Actions workflow to use a new command for running PHP tests and adding new scripts to the composer.json file for linting and testing.

Changes to testing setup:

Changes to linting setup:

  • composer.json: Added new scripts for linting (lint and test:lint) and testing (test:types, test:feature, and test). These scripts include commands for running pint and phpstan for linting and type analysis, and pest for feature tests.

Copy link

✔️ All Checks Passed!

🛡️ 0 Security Vulnerabilities
🚀 0 Performance Issues
🐛 0 Reliability Issues

You may view the full report here.

@vincentauger vincentauger merged commit 68f1ca8 into main Dec 16, 2024
4 checks passed
@vincentauger vincentauger deleted the ci-improvements branch December 23, 2024 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