Skip to content

Bump ejs from 3.1.9 to 3.1.10 (#6) #114

Bump ejs from 3.1.9 to 3.1.10 (#6)

Bump ejs from 3.1.9 to 3.1.10 (#6) #114

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"