Skip to content

Commit

Permalink
Merge branch 'master' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
HejdaJakub committed Aug 10, 2023
2 parents bb4157d + e6746a9 commit 689ebff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .commitlintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"deps",
"deps-dev"
]
]
],
"body-max-line-length": [2, "always", 200]
},
"prompt": {
"questions": {
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
run-commitlint-on-pr:
runs-on: ubuntu-latest
if: startsWith(github.head_ref, 'dependabot/npm_and_yarn/') != true
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 689ebff

Please sign in to comment.