Skip to content

Commit

Permalink
Merge pull request #245 from osundwajeff/black-ci
Browse files Browse the repository at this point in the history
black ci fix
  • Loading branch information
osundwajeff authored Sep 12, 2024
2 parents d297465 + 3fb5652 commit 65baee0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/black-python-code-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
paths:
- "**.py"
pull_request:
types:
- edited
Expand All @@ -12,8 +14,8 @@ on:
- synchronize
branches:
- main
paths:
- "**.py"
paths:
- "**.py"

jobs:
lint:
Expand Down

0 comments on commit 65baee0

Please sign in to comment.