Skip to content

Commit

Permalink
fix: add pr check ci (#53)
Browse files Browse the repository at this point in the history
fix: add pr check ci
  • Loading branch information
maxsxu authored Dec 11, 2023
1 parent efc4194 commit e5bf7e6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: PR

on:
pull_request:
branches:
- '*'
types:
- opened
- reopened
- edited
- synchronize

jobs:
title-check:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e5bf7e6

Please sign in to comment.