mirror of
https://github.com/Nostalgica-Reverie/Content-Monorepo.git
synced 2026-05-09 00:24:15 +00:00
chore(actions): fix validate resource packs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user