Skip to content

Bump braces from 3.0.2 to 3.0.3 #116

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #116

Workflow file for this run

name: auto-format
on:
push:
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_options: --tab-width 4 --ignore-unknown --print-width 110 --write **/**/*.{js,css}
prettier_version: "3.0.3"
only_changed: True
commit_message: "auto-format"