Skip to content

Merge pull request #74 from markscamilleri/bugfix-markdown-link #37

Merge pull request #74 from markscamilleri/bugfix-markdown-link

Merge pull request #74 from markscamilleri/bugfix-markdown-link #37

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: yarn
- name: Run tests
run: yarn test