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