mirror of
https://github.com/tim-krehan/shopping-list.git
synced 2024-11-23 14:20:41 +01:00
9 lines
100 B
YAML
9 lines
100 B
YAML
stages:
|
|
- test
|
|
|
|
check_code:
|
|
stage: test
|
|
script:
|
|
- ./.test/php_syntax.sh
|
|
tags:
|
|
- php
|