Skip to content

Improve readme, add citation block #36

Improve readme, add citation block

Improve readme, add citation block #36

Workflow file for this run

name: Check links in markdown
on: [push, pull_request]
jobs:
test_links_in_readme:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: List files
run: ls -la
- uses: docker://pandoc/core:latest
with:
args: >- # allows you to break string into multiple lines
--standalone
--from markdown
--output=readme.html
README.md
- name: Run htmltest
uses: wjdp/htmltest-action@master
with:
path: readme.html