Skip to content

fix(deps): update dependency io-ts-reporters to v2 #2631

fix(deps): update dependency io-ts-reporters to v2

fix(deps): update dependency io-ts-reporters to v2 #2631

Workflow file for this run

name: Commit Lint
on:
pull_request:
jobs:
commitlint:
name: Commit Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 ## needed by wagoid/commitlint-github-action@v1
- uses: wagoid/commitlint-github-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}