chore: split Github Actions workflows

This commit is contained in:
Harttle
2023-06-05 23:23:52 +08:00
parent 495bef2d0c
commit 417432fb8a
21 changed files with 304 additions and 108 deletions
+14
View File
@@ -0,0 +1,14 @@
name: PR Check
on:
pull_request_target:
types:
- opened
- edited
jobs:
title:
name: Check PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}