diff --git a/.github/workflows/commit-check.yaml b/.github/workflows/commit-check.yaml new file mode 100644 index 0000000..1db1228 --- /dev/null +++ b/.github/workflows/commit-check.yaml @@ -0,0 +1,10 @@ + +name: Commit Message Lint + +on: + pull_request: + types: [opened, synchronize, edited, reopened] + +jobs: + commitlint: + uses: GradientHQ/.github/.github/workflows/commitlint.yml@main