Skip to content

Bump Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore from 8.0.11 to 8.0.25 #35

Bump Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore from 8.0.11 to 8.0.25

Bump Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore from 8.0.11 to 8.0.25 #35

Workflow file for this run

name: Commit Lint
on:
pull_request:
branches: [main]
types: [opened, synchronize, edited]
jobs:
lint-pr-title:
name: Validate PR Title
runs-on: ubuntu-latest
steps:
- name: Check conventional commit format
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
chore
docs
refactor
test
perf
ci
style
requireScope: false
subjectPattern: ^.{1,72}$
subjectPatternError: "PR title must be 72 characters or fewer"