Skip to content

Bye travis, hello actions - #552

Merged
rullzer merged 4 commits into
masterfrom
bye-travis
Jan 23, 2021
Merged

Bye travis, hello actions#552
rullzer merged 4 commits into
masterfrom
bye-travis

Conversation

@nickvergessen

Copy link
Copy Markdown
Member

Signed-off-by: Joas Schilling coding@schilljs.com

@nickvergessennickvergessen added this to the Nextcloud 21 milestone Jan 21, 2021
@nickvergessen
nickvergessen requested review from ChristophWurst and removed request for ChristophWurstJanuary 21, 2021 16:15
Comment threadcomposer.json
"lint": "find . -name \\*.php -not -path './vendor/*' -not -path './build/*' -print0 | xargs -0 -n1 php -l",
"cs:check": "php-cs-fixer fix --dry-run --diff",
"cs:fix": "php-cs-fixer fix",
"cs:check": "vendor/bin/php-cs-fixer fix --dry-run --diff",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

composer pushes its vendor bin dir onto the $PATH, this shouldn't be necessary

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

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

For phpunit at least that didn't work.

Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>

@rullzerrullzer left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Lets do this!

@rullzer
rullzer merged commit 53d62bc into masterJan 23, 2021
@delete-merged-branch
delete-merged-branchBot deleted the bye-travis branch January 23, 2021 09:50
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@nickvergessen@rullzer@ChristophWurst