Skip to content

Commit

Permalink
ci: Disable conventional commits lint (#44)
Browse files Browse the repository at this point in the history
* ci: Disable commitlint for dependabot

* ci: Disable conventional commits

This github action insists on limiting commit message length with no way of disabling it, resulting in faulty runs for dependabot
  • Loading branch information
kaspermarstal authored Nov 1, 2024
1 parent 97e326a commit b4f0033
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,3 @@ jobs:
dotnet-version: 6.0.x
- name: Lint solution
run: dotnet format --no-restore --verify-no-changes
commitlint:
runs-on: ubuntu-latest
name: Conventional Commits
steps:
- name: Run commitlint
if: (github.actor!= 'dependabot[bot]') && (contains(github.head_ref, 'dependabot/') == false)
uses: opensource-nepal/commitlint@v1

0 comments on commit b4f0033

Please sign in to comment.