diff --git a/.gitea/workflows/pr.yml b/.gitea/workflows/pr.yml new file mode 100644 index 0000000..c16a160 --- /dev/null +++ b/.gitea/workflows/pr.yml @@ -0,0 +1,13 @@ +name: "Lint Pull Request" + +on: + pull_request: + +jobs: + lint: + name: Lint Pr Title + runs-on: ubuntu-latest + + steps: + - name: Lint + uses: https://git.kjan.de/actions/pull-request-lint@main