Skip to content

Update README.md

Update README.md #40

name: normalize markdown
on:
push:
paths:
- '*.md'
jobs:
normalize:
timeout-minutes: 1
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v4
- name: Prettify markdown
uses: creyD/[email protected]
with:
prettier_options: --write **/*.md