Skip to content

chore(deps): update all non-major dependencies with stable version (minor) #1083

chore(deps): update all non-major dependencies with stable version (minor)

chore(deps): update all non-major dependencies with stable version (minor) #1083

Workflow file for this run

name: Lint Commit Messages
on:
pull_request:
jobs:
commitlint:
if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
# See https://github.com/wagoid/commitlint-github-action/issues/560
- name: Remove tsconfig
run: rm tsconfig.json
- uses: wagoid/commitlint-github-action@v6.1.2
with:
configFile: commitlint.config.ts