Skip to content

Bump webpack from 5.89.0 to 5.94.0 (#5) #112

Bump webpack from 5.89.0 to 5.94.0 (#5)

Bump webpack from 5.89.0 to 5.94.0 (#5) #112

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"