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
commitcdc97d886cb7085f9c44a1796ee4bbbf57534d06 (patch)
tree6b49dc5ceb01e225f3f8f88d9fde1405994257d3 /.gitlab-ci.yml
parent0226e0ca0dc70f9a0310b3eef045ee1c1e0ca3ac (diff)
use gitlab ci
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