-
Notifications
You must be signed in to change notification settings - Fork 11
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 QA Tools / Linters #67
Comments
PRs for PHP version sniff: pdsinterop/php-solid-auth#22 |
Since the security check only validates dependancies, we are only adding it to the solid-nextcloud repo: |
Above PRs are merged. |
Adding PHP version sniff for solid-nextcloud: |
Above PR is merged. |
PHPunit for flysystem/nextcloud: pdsinterop/flysystem-nextcloud#9 |
PHPUnit for php-solid-crud: pdsinterop/php-solid-crud#20 |
PHPunit for php-solid-auth: pdsinterop/php-solid-auth#24 |
We want to add CI/CD tools to all PDS Interop PHP repositories that are dependencies for this repository.
This ticket serves as full list of all the steps that need to be taken.
For all repositories the steps are more or less the same:
.github/workflows
directorytests.yml
)This means our worklist is:
solid-nextcloud
Workflow to run PHPUnit testssee Workflow to run PHPUnit tests #81php-solid-auth
php-solid-crud
flysystem-nextcloud
flysystem-rdf
If so desired, this list can be broken out into separate tickets in each repo.
The text was updated successfully, but these errors were encountered: