chore(actions): fix validate resource packs

This commit is contained in:
omo50
2026-03-13 17:59:33 -06:00
parent 0d91a1e239
commit 7dbb6d259f

View File

@@ -13,9 +13,10 @@ jobs:
container:
image: ghcr.io/mrkinau/resourcepackvalidator:master
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 1
- name: Checkout
run: |
git clone --depth 1 ${{ github.server_url }}/${{ github.repository }} .
git checkout ${{ github.sha }}
- name: Validate all
run: |
failed=0