Skip to content

Commit bf1cfe4

Browse files
authored
Update lint.yaml
1 parent bfcf4a4 commit bf1cfe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Install commitlint
6868
run: |
6969
npm install -D @commitlint/cli @commitlint/config-conventional
70-
echo "export default { extends: ['@commitlint/config-conventional'] };" > commitlint.config.js
70+
echo "module.exports = { extends: ['@commitlint/config-conventional'], };" > commitlint.config.js
7171
- name: Print versions
7272
run: |
7373
git --version

0 commit comments

Comments
 (0)