Skip to content

Commit

Permalink
chore(deps): update wagoid/commitlint-github-action action to v6 (#279)
Browse files Browse the repository at this point in the history
* chore(deps): update wagoid/commitlint-github-action action to v6

* chore: rename commitlint config to mjs

* chore: update workflow permissions

* chore: convert commitlint config syntax to ESM

* chore: simplify changes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
  • Loading branch information
renovate[bot] and browniebroke committed Mar 29, 2024
1 parent ac39eef commit 02e076e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v5.5.1
- uses: wagoid/commitlint-github-action@v6.0.0

test:
strategy:
Expand Down
2 changes: 1 addition & 1 deletion commitlint.config.js → commitlint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
export default {
extends: ["@commitlint/config-conventional"],
rules: {
"header-max-length": [0, "always", Infinity],
Expand Down

0 comments on commit 02e076e

Please sign in to comment.