Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
U
unleash-client-php
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Merge Requests
2
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
unleash-client-php
Commits
ae2e750f
Commit
ae2e750f
authored
5 hours ago
by
Emiliano Balbuena
Browse files
Options
Download
(ci): Add lint to CI
parent
9dfe99f3
goal/clean-up-unleash-client
1 merge request
!2
WIP: Clean up and strategies
Pipeline
#105637186
failed
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
.gitlab-ci.yml
View file @
ae2e750f
...
...
@@ -20,6 +20,12 @@ before_script:
stages
:
-
test
test
:
lint
:
stage
:
test
script
:
-
php composer.phar test
-
bin/php-cs-fixer fix --allow-risky=yes --verbose --dry-run
test
:
stage
:
test
script
:
-
php composer.phar test
\ No newline at end of file
This diff is collapsed.
Please
register
or
sign in
to comment