Skip to content

chore(ci): 清理未用到的步驟 #771

chore(ci): 清理未用到的步驟

chore(ci): 清理未用到的步驟 #771

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 == 'xMikux/ModsTranslationPack'
steps:
- name: Checking Repository
uses: actions/checkout@v4
- name: Verify Commit
uses: taskmedia/[email protected]
with:
types: "feat|fix|chore|ci|docs|refactor|test|mods_feat|mods_update|mods_fix|mods_improve|mods_localize|mods_remove"