Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #23 from VNG-Realisatie/issue/fix-ci-code-quality
Browse files Browse the repository at this point in the history
💚 Fix code quality CI workflow
  • Loading branch information
stevenbal authored Dec 23, 2020
2 parents 1b977c2 + 5070d6e commit 9566830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
- name: Install dependencies
run: pip install -r requirements/ci.txt
- name: Run black
run: black --check --diff src docs
run: black --check --diff src

0 comments on commit 9566830

Please sign in to comment.