Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Hj Ahmad Rasyid Hj Ismail
ISPConfig Autoinstaller
Commits
e7567b82
Commit
e7567b82
authored
Aug 09, 2019
by
Marius Burkard
Browse files
- added CI files (syntax check)
parent
b9401c1a
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
e7567b82
# Defines stages which are to be executed
stages
:
-
syntax
#
### Stage syntax
#
syntax:lint:
stage
:
syntax
image
:
bobey/docker-gitlab-ci-runner-php7
allow_failure
:
false
only
:
-
schedules
-
web
script
:
-
composer require overtrue/phplint
-
echo "Syntax checking PHP files"
-
echo "For more information http://www.icosaedro.it/phplint/"
-
vendor/bin/phplint
.phplint.yml
0 → 100644
View file @
e7567b82
path
:
./
jobs
:
10
cache
:
.phplint-cache
extensions
:
-
php
exclude
:
-
vendor
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment