From 3b8e7738c5f9b61672fa258a810c15816a2eac77 Mon Sep 17 00:00:00 2001 From: Cmb <71194682+29cmb@users.noreply.github.com> Date: Fri, 29 Nov 2024 12:12:19 -0500 Subject: [PATCH] Add optimize yml --- .github/workflows/optimize.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/optimize.yml diff --git a/.github/workflows/optimize.yml b/.github/workflows/optimize.yml new file mode 100644 index 0000000..bd880f8 --- /dev/null +++ b/.github/workflows/optimize.yml @@ -0,0 +1,15 @@ +name: Optimize resource pack +on: [push] +jobs: + packsquash: + name: Optimize resource pack + runs-on: ubuntu-latest + steps: + - name: Clone repository + uses: actions/checkout@v4 + with: + fetch-depth: 0 # A non-shallow repository clone is required + - name: Run PackSquash + uses: ComunidadAylas/PackSquash-action@v4 + with: + packsquash_version: latest # Uses the latest PackSquash release supported by the action \ No newline at end of file