Skip to content

build(deps-dev): bump prettier from 2.8.8 to 3.3.1 #576

build(deps-dev): bump prettier from 2.8.8 to 3.3.1

build(deps-dev): bump prettier from 2.8.8 to 3.3.1 #576

Workflow file for this run

name: Minify Mustache templates
on:
push:
jobs:
minify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 20.x
- name: Install minhtml
run: npm install --global html-minifier-terser
- name: Minify templates
run: npm run minify
- name: Commit changed files
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "Minify Mustache templates"