Skip to content

chore: bump toolchain to v4.29.0-rc1 (#754) #66

chore: bump toolchain to v4.29.0-rc1 (#754)

chore: bump toolchain to v4.29.0-rc1 (#754) #66

Workflow file for this run

name: Format JS/CSS/HTML and Markdown
on:
workflow_dispatch:
push:
branches: [main]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Format with prettier
uses: creyD/prettier_action@v4.6
with:
prettier_options: "--write ."
commit_message: "Run the Prettier code formatter"
prettier_version: 3.7.4