Skip to content

Palisades case study #254

Palisades case study

Palisades case study #254

Workflow file for this run

name: Prettier Lint
on:
pull_request:
branches: [main]
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:
dry: True
prettier_options: --check **/*.md
only_changed: True