Skip to content

indented multi-line support for several tags #72

indented multi-line support for several tags

indented multi-line support for several tags #72

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v1
- name: Clone submodules
run: git submodule update --recursive --init
- name: Run tests
run: make test