Skip to content

fix(deps): update module github.com/microcosm-cc/bluemonday to v1.0.25 #300

fix(deps): update module github.com/microcosm-cc/bluemonday to v1.0.25

fix(deps): update module github.com/microcosm-cc/bluemonday to v1.0.25 #300

Workflow file for this run

name: Lint Commit Messages
on:
pull_request:
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: rm tsconfig.json
- uses: wagoid/commitlint-github-action@v5
with:
configFile: "./.commitlintrc.json"