diff --git a/.gitea/workflows/commit-lint.yml b/.gitea/workflows/commit-lint.yml new file mode 100644 index 0000000..085d2cc --- /dev/null +++ b/.gitea/workflows/commit-lint.yml @@ -0,0 +1,14 @@ +name: "Commit Lint" + +on: + pull_request: + types: [opened, synchronize, reopened] + +jobs: + commit-lint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + - uses: wagoid/commitlint-github-action@v5