Skip to content

Commit

Permalink
ci(lint): depreciate commitlint in favour of bugbundle/commits
Browse files Browse the repository at this point in the history
Signed-off-by: AtomicFS <[email protected]>
  • Loading branch information
AtomicFS committed Nov 12, 2024
1 parent 84f4916 commit 3b0fb4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 deletions.
8 changes: 0 additions & 8 deletions .commitlint.config.mjs

This file was deleted.

6 changes: 2 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Commit-Lint
uses: wagoid/commitlint-github-action@v6
with:
configFile: .commitlint.config.mjs
- name: Conventional commit linter
uses: bugbundle/[email protected]
megalinter:
runs-on: ubuntu-latest
if: ${{ ! (github.event_name == 'pull_request_review' && github.actor != 'github-actions[bot]') }}
Expand Down
6 changes: 1 addition & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@ Please conform to [Conventional Commits](https://www.conventionalcommits.org/en/
Can be run locally, but it is pain. See [MegaLinter Runner](https://megalinter.io/latest/mega-linter-runner/).


#### commitlint (soon depreciated)
[commitlint](https://github.com/conventional-changelog/commitlint) checks if the commit message conforms to [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification.


#### bugbundle/commits (coming soon)
#### bugbundle/commits
[bugbundle/commits](https://github.com/bugbundle/commits) checks if the commit message conforms to [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification.

To run locally, check [Tooling for Conventional Commits](https://www.conventionalcommits.org/en/about/#tooling-for-conventional-commits).
Expand Down

0 comments on commit 3b0fb4b

Please sign in to comment.