From 1c05803a3bc2f74493ad3d714f53b839dcec60c6 Mon Sep 17 00:00:00 2001 From: konsti Date: Wed, 15 May 2024 19:43:02 +0200 Subject: [PATCH] Remove naming convetion ci check (#220) This change switches pbgrub to commit messages without prefix. Closes https://github.com/pubgrub-rs/pubgrub/issues/218 --- .github/workflows/ci.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86cb7540..8ed56c1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,16 +52,3 @@ jobs: env: RUSTDOCFLAGS: -D warnings run: cargo doc --no-deps --document-private-items - - check_commit_conventions: - name: Commit messages follow project guidelines - runs-on: ubuntu-latest - if: github.event_name != 'pull_request' || github.event.action == 'enqueued' - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - name: Check commit conventions - uses: wagoid/commitlint-github-action@v6 - with: - configFile: .commitlintrc.yml