Skip to content

Commit

Permalink
fix(lint action): Fail linting action if formatting would have happen…
Browse files Browse the repository at this point in the history
…ed (#73)

We weren't using `--check` before, so this adds it. This will make the
linting actions fail if the changes aren't properly formatted.

Tested by: This should fail the linting action! If it does because of
required formatting, then this is good to go.
  • Loading branch information
ianohara authored Jan 20, 2025
1 parent ea72d5b commit e14fe4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
python-version: "3.13"
- uses: psf/black@stable
with:
options: "--config software/pyproject.toml"
options: "--config software/pyproject.toml --check --verbose"
src: "./software/"

0 comments on commit e14fe4b

Please sign in to comment.