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
|
||||
5
.gitignore
vendored
5
.gitignore
vendored
@@ -61,4 +61,7 @@ target/
|
||||
scratch/
|
||||
|
||||
# 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