1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-05 21:45:25 +02:00

feat: Ensure PR title fits convention (#3683)

This commit is contained in:
boc-the-git 2024-06-04 23:41:02 +10:00 committed by GitHub
parent 88577b696b
commit e7a668e64e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 66 additions and 9 deletions

View file

@ -6,6 +6,10 @@ on:
- mealie-next
jobs:
pull-request-lint:
name: "Lint PR"
uses: ./.github/workflows/pull-request-lint.yml
backend-tests:
name: "Backend Server Tests"
uses: ./.github/workflows/partial-backend.yml