diff --git a/.github/workflows/lint-and-pdf.yml b/.github/workflows/lint-and-pdf.yml new file mode 100644 index 00000000..686b4179 --- /dev/null +++ b/.github/workflows/lint-and-pdf.yml @@ -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 diff --git a/.gitignore b/.gitignore index 5ca2fa24..5728272d 100644 --- a/.gitignore +++ b/.gitignore @@ -61,4 +61,7 @@ target/ scratch/ # IPython Notebook templates -template.ipynb \ No newline at end of file +template.ipynb + +# Intelij IDE +.idea diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 00000000..73f69e09 --- /dev/null +++ b/.idea/.gitignore @@ -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/