Skip to content

Commit

Permalink
fix: rename commitlint configuration file
Browse files Browse the repository at this point in the history
Rename commitlint configuration file to have the extension expected
by the new version of the github action [1].

https://github.com/fdo-rs/fido-device-onboard-rs/actions/runs/12013943789/job/33488600295?pr=655

Signed-off-by: Miguel Martín <[email protected]>
  • Loading branch information
mmartinv committed Nov 26, 2024
1 parent b526926 commit b4a7473
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
env:
NODE_PATH: ${{ github.workspace }}/node_modules
with:
configFile: .github/commitlint.config.js
configFile: .github/commitlint.config.mjs
failOnWarnings: true

manpages:
Expand Down

0 comments on commit b4a7473

Please sign in to comment.