Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
seren5240 committed Mar 19, 2024
1 parent 69c7845 commit f754848
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/pr-lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: pr-lint

on:
pull_request:
types:
- opened
- edited
- synchronize

jobs:
main:
name: validate PR title
runs-on: "nscloud-ubuntu-22.04-amd64-4x16"
steps:
- uses: amannn/action-semantic-pull-request@v4
with:
types: |
build
chore
ci
docs
feat
fix
perf
refactor
revert
style
test

0 comments on commit f754848

Please sign in to comment.