summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 8178ea175c7a245449bd16dd66326d4d38648aba (plain)
1
2
3
4
5
6
7
8
9
10
stages:
  - lint

include:
  - project: 'ci/ci-templates'
    ref: master
    file: .ci-lint-common.yml

phpstan:
  extends: .phpstan-tt-rss-plugin