Skip to content

Commit

Permalink
Run only Flake8 in darker-flake8.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Mar 9, 2024
1 parent 1e2ca28 commit 03bac34
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/config/empty.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# An empty TOML file used by ../flake8.yml as Darker configuration
7 changes: 6 additions & 1 deletion .github/workflows/darker-flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ jobs:
- name: Run Darker's own GitHub action straight from the repository
uses: ./
with:
options: --check --diff --color --isort --config pyproject.toml
options:
--check
--diff
--color
--isort
--config .github/workflows/config/empty.toml
src: src/darker
revision: origin/master...
lint: flake8
Expand Down

0 comments on commit 03bac34

Please sign in to comment.