1
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
tex-template-builder/.circleci/config.yml
2018-03-28 21:28:46 +01:00

18 lines
495 B
YAML

version: 2
jobs:
build:
docker:
- image: jagregory/pandoc
working_directory: ~/tex-template
steps:
- checkout
- run:
name: Install Dependencies
command: apt-get install -y python-flake8
- run:
name: Lint
command: flake8 build.py --ignore=E128,E501
- run:
name: Test build
command: python3 build.py test/main.md