Skip to content
  • David Runge's avatar
    Add gitlab-ci integration and Makefile · 143f9232
    David Runge authored
    Makefile:
    Add Makefile, introducing a simple `make lint` target which runs
    rstcheck against all .rst files.
    
    .gitlab-ci.yml:
    Add GitLab CI integration, with a simple lint target, that calls `make
    lint` in an environment with the required dependencies.
    143f9232