summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-04-02 19:07:19 +0300
committerAndrew Dolgov <[email protected]>2023-04-02 19:07:19 +0300
commit086c17e1a3c7545cfabcedd24090178719a19682 (patch)
tree8e7fc07394dccc91bc484cb4d815f5f2a1eaee34 /.gitlab-ci.yml
parent59aa0989660890314e58029a19460dafd3eaa00c (diff)
use gitlab ciHEADmaster
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..8178ea1
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,10 @@
+stages:
+ - lint
+
+include:
+ - project: 'ci/ci-templates'
+ ref: master
+ file: .ci-lint-common.yml
+
+phpstan:
+ extends: .phpstan-tt-rss-plugin