]> git.r.bdr.sh - rbdr/lyricli/blame - .gitlab-ci.yml
Update genius integration
[rbdr/lyricli] / .gitlab-ci.yml
CommitLineData
6a628388 1image: lyriclitest/swift:5.0.1
3f746cc0
BB
2
3stages:
4 - lint
3f746cc0
BB
5
6cache:
7 key: ${CI_COMMIT_REF_SLUG}-${CI_COMMIT_SHA}
8 paths:
9 - .build/
10
3f746cc0
BB
11lint:
12 stage: lint
13 script:
14 - make lint