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:
parent
88577b696b
commit
e7a668e64e
5 changed files with 66 additions and 9 deletions
4
.github/workflows/pull-requests.yml
vendored
4
.github/workflows/pull-requests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue