Skip to content

gha test3

gha test3 #6

Workflow file for this run

name: 'Format with Prettier'
on:
pull_request:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_options: --write **/*.{md,mdx}
only_changed: True