Skip to content

Commit

Permalink
Merge pull request #44 from husarion/add-black
Browse files Browse the repository at this point in the history
Add and apply black
  • Loading branch information
rafal-gorecki authored Oct 24, 2023
2 parents 6f3eedf + fabbca6 commit 28ff2f3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/black.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Black python lint

on:
workflow_call:
push:

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: --line-length=99

0 comments on commit 28ff2f3

Please sign in to comment.