Skip to content

Commit

Permalink
Merge pull request #93 from pyiron/black
Browse files Browse the repository at this point in the history
Update black action
  • Loading branch information
jan-janssen authored Nov 24, 2023
2 parents fc440f0 + 656fce1 commit fffa1e8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
# This workflow is used to check the differences and find conflict markers or whitespace errors

name: Black

Expand All @@ -17,4 +16,4 @@ jobs:
- uses: psf/black@stable
with:
options: "--check --diff"
src: "./pyfileindex"
src: ./${{ github.event.repository.name }}

0 comments on commit fffa1e8

Please sign in to comment.