Skip to content

Create prettier.yml

Create prettier.yml #1

Workflow file for this run

name: Prettify Doc
on:
push:
workflow_dispatch:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Prettify code
uses: creyD/prettier_action@v4.3
with:
prettier_options: --write **/*.md