Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

mods_fix: 將 ExtendedAE 與 AE2 翻譯轉移至 1.20 #1207

mods_fix: 將 ExtendedAE 與 AE2 翻譯轉移至 1.20

mods_fix: 將 ExtendedAE 與 AE2 翻譯轉移至 1.20 #1207

Workflow file for this run

name: CI | Verify Commit
on:
workflow_dispatch: {}
push:
branches:
- "main"
pull_request:
branches:
- "main"
permissions:
contents: read
pull-requests: read
jobs:
VerifyCommit:
name: Verify Commit
runs-on: ubuntu-latest
if: github.repository == 'TeamKugimiya/ModsTranslationPack'
steps:
- name: Checking Repository
uses: actions/checkout@v4
- name: Verify Commit
uses: taskmedia/action-conventional-commits@v1.1.17
with:
types: "feat|fix|chore|ci|docs|refactor|test|mods_feat|mods_update|mods_fix|mods_improve|mods_localize|mods_remove"