summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-04-02 19:07:21 +0300
committerAndrew Dolgov <[email protected]>2023-04-02 19:07:21 +0300
commit1bbc9853478c0c12c568ff5408d9a8dc7d9b474e (patch)
treea651d7dc1642ae6bbdae70651134ef744106a17c /.gitlab-ci.yml
parent65e366e8f909511bda81fce3b864163aa6a8a0a3 (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