Skip to content

chore(deps-dev): bump ejs from 3.1.9 to 3.1.10 #710

chore(deps-dev): bump ejs from 3.1.9 to 3.1.10

chore(deps-dev): bump ejs from 3.1.9 to 3.1.10 #710

Workflow file for this run

name: Commitlint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v1
- uses: wagoid/commitlint-github-action@v1.2.1
with:
configFile: '.commitlintrc.json'