This repository has been archived by the owner on Aug 31, 2024. It is now read-only.
mods_feat(Oh The Biomes We've Gone): 新增我們走過的生態域 v1.1.1 Beta #904
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | Verify Structure | |
on: | |
workflow_dispatch: {} | |
push: | |
branches: | |
- "main" | |
paths: | |
- "MultiVersions/**" | |
- "!MultiVersions/README.md" | |
pull_request: | |
branches: | |
- "main" | |
paths: | |
- "MultiVersions/**" | |
- "!MultiVersions/README.md" | |
permissions: | |
contents: read | |
pull-requests: read | |
jobs: | |
VerifyStructure: | |
name: Verify Structure | |
runs-on: ubuntu-latest | |
if: github.repository == 'TeamKugimiya/ModsTranslationPack' | |
steps: | |
- name: Checking Repository | |
uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- name: Verify Structure | |
run: python3 .github/scripts/verify_structure.py |