Skip to content

Commit

Permalink
Add optimize yml
Browse files Browse the repository at this point in the history
  • Loading branch information
29cmb committed Nov 29, 2024
1 parent dbf9c51 commit 3b8e773
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/optimize.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3b8e773

Please sign in to comment.