Skip to content

Commit

Permalink
Merge pull request #23 from vil02/add_black_format
Browse files Browse the repository at this point in the history
chore: add `black_format.yml`
  • Loading branch information
vil02 authored Jul 22, 2024
2 parents a6ebd5d + b3eea08 commit 3b86082
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/black_format.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: black_format

'on':
workflow_dispatch:
push:
branches:
- master
pull_request:

jobs:
black_format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/[email protected]
with:
options: "--check --verbose"

0 comments on commit 3b86082

Please sign in to comment.