Skip to content

Check Code Formatting #15

Check Code Formatting

Check Code Formatting #15

Workflow file for this run

name: Check Formatting of JS/CSS/HTML and Markdown
on:
pull_request:
merge_group:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Check formatting with prettier
uses: creyD/prettier_action@v4.6
with:
dry: true
prettier_options: "--check ."
prettier_version: 3.7.4