diff --git a/.github/workflows/run-lint.yaml b/.github/workflows/run-lint.yaml index 6d2a7401..270a8f21 100644 --- a/.github/workflows/run-lint.yaml +++ b/.github/workflows/run-lint.yaml @@ -22,6 +22,10 @@ jobs: - name: Run tests uses: ./.github/actions/lint + - name: Validate PR title lint + shell: bash + run: echo "${{ github.event.pull_request.title }}" | npx commitlint + - name: Validate commit messages shell: bash run: |