Skip to content

Add minify action

Add minify action #1

Workflow file for this run

on: [push]
jobs:
minify:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/[email protected]
- name: HTML/CSS/JS Minifier
uses: devatherock/[email protected]
with:
add_suffix: false
- name: Commit
uses: stefanzweifel/[email protected]
with:
commit_message: "bot: Minify"