Skip to content

chore(deps): update dependency @kong/eslint-config-kong-ui to ^1.1.0 #487

chore(deps): update dependency @kong/eslint-config-kong-ui to ^1.1.0

chore(deps): update dependency @kong/eslint-config-kong-ui to ^1.1.0 #487

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.0.1
with:
configFile: commitlint.config.ts