Skip to content

Merge pull request #145 from dmitry-sinina/invoice_template_table_exa… #85

Merge pull request #145 from dmitry-sinina/invoice_template_table_exa…

Merge pull request #145 from dmitry-sinina/invoice_template_table_exa… #85

Workflow file for this run

name: Tests
on:
pull_request:
push:
branches: [ master ]
jobs:
linkcheck:
name: "Link check"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install sphinx
run: pip install sphinx sphinx_rtd_theme sphinxcontrib-mermaid sphinxcontrib.googleanalytics
- name: install graphviz
run: sudo apt install graphviz
- name: Run linkcheck
run: make linkcheck
- name: Run build
env:
SPHINXOPTS: "-W --keep-going -n"
run: make