Skip to content

Merge pull request #86 from rawilk/chore/update-pint-config #25

Merge pull request #86 from rawilk/chore/update-pint-config

Merge pull request #86 from rawilk/chore/update-pint-config #25

name: Normalize Markdown
on:
push:
paths:
- "*.md"
jobs:
normalize:
timeout-minutes: 1
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v3
- name: Prettify markdown
uses: creyD/prettier_action@v4.3
with:
prettier_options: --write **/*.md