1 2 3 4 5 6 7 8 9 10 11 12 13 14
image: lyriclitest/swift:5.0.1 stages: - lint cache: key: ${CI_COMMIT_REF_SLUG}-${CI_COMMIT_SHA} paths: - .build/ lint: stage: lint script: - make lint