ci: clean up and conventions (#52)

This commit is contained in:
Jef LeCompte
2025-07-20 22:13:17 -07:00
committed by GitHub
parent 4ac37de08e
commit 60321a37e6
14 changed files with 407 additions and 122 deletions

19
.github/workflows/pr-lint.yaml vendored Normal file
View File

@@ -0,0 +1,19 @@
name: Pull Request Title Linter
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
jobs:
pr_lint:
name: Lint pull request title
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Lint pull request title
uses: jef/conventional-commits-pr-action@v1