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