Skip to content

Commit

Permalink
fix: implement group concept for account (#54)
Browse files Browse the repository at this point in the history
This is temporary fix due to
dependabot/dependabot-core#2445
  • Loading branch information
kis87988 committed Nov 23, 2021
1 parent f9faa5a commit ec91e1e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -6,10 +6,13 @@ jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check out repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v4
- if: "(github.actor != 'dependabot[bot]') && !startsWith(github.head_ref, 'dependabot/')"
name: Check commits
uses: wagoid/commitlint-github-action@v4

pythontests:
strategy:
Expand Down

0 comments on commit ec91e1e

Please sign in to comment.