workflow: add pr check

This commit is contained in:
耗子
2023-06-28 01:17:29 +08:00
parent 360e709ee9
commit af6419971b
+12
View File
@@ -0,0 +1,12 @@
name: PR Check
on:
pull_request:
jobs:
check-for-cc:
runs-on: ubuntu-latest
steps:
- name: check-for-cc
id: check-for-cc
uses: agenthunt/conventional-commit-checker-action@v2.0.0