Skip to content

Commit 7b7e9d5

Browse files
committed
fix(pipeline): change config extension to support new version of commitlint
1 parent a1d9383 commit 7b7e9d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
* limitations under the License.
1515
*/
1616

17-
module.exports = {
17+
export default {
1818
extends: ['@commitlint/config-conventional'],
1919
rules: {
2020
'subject-case': [1, 'always', ['lower-case']]
2121
}
22-
}
22+
};

.github/workflows/devrel-static-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,5 @@ jobs:
8585
fetch-depth: 0
8686
- uses: wagoid/commitlint-github-action@v6
8787
with:
88-
configFile: .github/config/commitlint.config.js
88+
configFile: .github/config/commitlint.config.mjs
8989
failOnWarnings: false

0 commit comments

Comments
 (0)