Skip to content

feat(Gastronomicon): Add gastronomicon textures #9

feat(Gastronomicon): Add gastronomicon textures

feat(Gastronomicon): Add gastronomicon textures #9

Workflow file for this run

name: PR Validate
on:
pull_request:
paths:
- Resourcepack/**
permissions:
contents: read
jobs:
Validator:
name: "🔎 Validator"
runs-on: ubuntu-latest
if: |
github.repository == 'xMikux/Slimefun-Resourcepack'
steps:
- name: 📄 Checking Repostiory
uses: actions/checkout@v4
- name: ⚙️ Validate Files
uses: GrantBirki/[email protected]
with:
exclude_file: .github/configs/validate-ignore.txt
use_gitignore: false