Skip to content

Bump rollup from 2.79.1 to 2.79.2 #118

Bump rollup from 2.79.1 to 2.79.2

Bump rollup from 2.79.1 to 2.79.2 #118

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"