Commit aa48f5de authored by Federico Falconieri's avatar Federico Falconieri
Browse files

Merge branch '37-feat-yamllint-job' into 'master'

feat: adds yamllint job

Closes #37

See merge request ci/templates!6
parents fa06061f 6d9af565
Loading
Loading
Loading
Loading

yaml/yamllint.yml

0 → 100644
+8 −0
Original line number Diff line number Diff line
# yamllint is a generic linter for yaml
# https://github.com/adrienverge/yamllint

yaml:yamllint:
  stage: test
  image: registry.gitlab.com/notno/python-tests
  script:
    - yamllint .