Skip to content

Commit

Permalink
Aligned CI black linter with this repos set line length
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredeen committed Aug 15, 2024
1 parent c907ce5 commit d8c72bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Run linter black
uses: psf/black@stable
with:
options: "-l 120 --check"
options: "--check"

- name: Run hadolint
uses: hadolint/[email protected]
Expand Down

0 comments on commit d8c72bf

Please sign in to comment.