add lint and pdf

pull/556/head
mesbah tanvir 2021-08-14 08:09:12 +08:00
parent 4e70c54a5b
commit 4fb1676748
3 changed files with 28 additions and 1 deletions

16
.github/workflows/lint-and-pdf.yml vendored Normal file
View File

@ -0,0 +1,16 @@
name: Lint Markdown and Generate PDF
on: [ push ]
jobs:
lint-markdown:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Lint Markdown files
uses: lint-md/github-action@v0.0.2
- name: Markdown to PDF and HTML
uses: BaileyJM02/markdown-to-pdf@v1

3
.gitignore vendored
View File

@ -62,3 +62,6 @@ scratch/
# IPython Notebook templates
template.ipynb
# Intelij IDE
.idea

8
.idea/.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
# Default ignored files
/shelf/
/workspace.xml
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
# Editor-based HTTP Client requests
/httpRequests/