aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 04ec6ba9b6f1a22a07874d421c5fdc5debe4f5f4 (plain)
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