10 lines
80 B
YAML
10 lines
80 B
YAML
---
|
|
|
|
stages:
|
|
- check
|
|
|
|
Check config:
|
|
stage: check
|
|
script:
|
|
i3 -C config
|