Skip to content

Bump ejs from 3.1.6 to 3.1.10 #504

Bump ejs from 3.1.6 to 3.1.10

Bump ejs from 3.1.6 to 3.1.10 #504

Workflow file for this run

name: GitLint
on:
pull_request:
jobs:
gitlint:
runs-on: ubuntu-latest
name: GitLint
steps:
- name: Lint commits, branches, and pull requests
uses: aschbacd/[email protected]
with:
commit-message-body-max-length: 72
commit-message-subject-max-length: 50
prohibit-unknown-commit-authors: true
prohibit-unknown-commit-committers: true
re-commit-message-subject: ^[A-Z].*((?!\.).)$
re-pull-request-title: ^[A-Z].*((?!\.).)$