Skip to content

Commit 17fa11b

Browse files
authored
Merge branch 'master' into fix/decoding-layer
2 parents 8750ef3 + f86be31 commit 17fa11b

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.github/workflows/commit-messages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
yarn install --immutable || yarn install
1616
- uses: wagoid/commitlint-github-action@v6
1717
with:
18-
configFile: commitlint.config.js
18+
configFile: commitlint.config.mjs

.husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
echo "Running yarn lint..."
52
yarn lint
63

File renamed without changes.

0 commit comments

Comments
 (0)