Skip to content

feat: add highlights for v4.28 #230

feat: add highlights for v4.28

feat: add highlights for v4.28 #230

Workflow file for this run

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