Skip to content

Merge pull request #60 from rawilk/laravel-11.x #23

Merge pull request #60 from rawilk/laravel-11.x

Merge pull request #60 from rawilk/laravel-11.x #23

name: Normalize Markdown
on:
push:
paths:
- "*.md"
permissions:
contents: write
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