mirror of
https://github.com/donnemartin/system-design-primer.git
synced 2025-12-14 17:08:56 +03:00
add lint and pdf
This commit is contained in:
16
.github/workflows/lint-and-pdf.yml
vendored
Normal file
16
.github/workflows/lint-and-pdf.yml
vendored
Normal 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
3
.gitignore
vendored
@@ -62,3 +62,6 @@ scratch/
|
|||||||
|
|
||||||
# IPython Notebook templates
|
# IPython Notebook templates
|
||||||
template.ipynb
|
template.ipynb
|
||||||
|
|
||||||
|
# Intelij IDE
|
||||||
|
.idea
|
||||||
|
|||||||
8
.idea/.gitignore
generated
vendored
Normal file
8
.idea/.gitignore
generated
vendored
Normal 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/
|
||||||
Reference in New Issue
Block a user