Skip to content

fix: add hypen on utf-8 (#2) #74

fix: add hypen on utf-8 (#2)

fix: add hypen on utf-8 (#2) #74

Workflow file for this run

name: Test Action
on:
push:
branches:
main
jobs:
test:
runs-on: ubuntu-latest
name: Builds the ReSpec HTML
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run markdown-to-respec
uses: ./
with:
markdown_dir: 'test-data'
ignore: '(README.md)|(test-data/ignore/index.md)'