Skip to content

Commit

Permalink
ci(Code-Quality): currently disabling commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerdo committed Jun 10, 2022
1 parent 34bde90 commit f226d89
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
fail_ci_if_error: true
verbose: true

commitlint:
name: Commit Convention
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v4
# commitlint:
# name: Commit Convention
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# with:
# fetch-depth: 0
# - uses: wagoid/commitlint-github-action@v4

0 comments on commit f226d89

Please sign in to comment.