Skip to content

add workflow for formatting md code #3

add workflow for formatting md code

add workflow for formatting md code #3

Workflow file for this run

name: Format md files
on:
pull_request:
branches:
- main
- release
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Prettify code
uses: creyD/[email protected]
with:
# This part is also where you can pass other options, for example:
prettier_options: --write **/*.md