Skip to content

feat(*): create package and sharable eslint config #6

feat(*): create package and sharable eslint config

feat(*): create package and sharable eslint config #6

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
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v6
with:
configFile: commitlint.config.ts