Add test file to use
This commit is contained in:
parent
1a72ce8d2d
commit
21c7466219
2 changed files with 6 additions and 0 deletions
|
@ -12,3 +12,6 @@ jobs:
|
|||
- run:
|
||||
name: Lint
|
||||
command: flake8 build.py --ignore=E128,E501
|
||||
- run:
|
||||
name: Test build
|
||||
command: python3 build.py test/main.md
|
||||
|
|
3
test/main.md
Normal file
3
test/main.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Hello world
|
||||
|
||||
\lipsum[3-56]
|
Reference in a new issue