Skip to content

Commit

Permalink
Black formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
gzpcho committed Nov 30, 2023
1 parent b5fffd2 commit 5d33a64
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/format.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Lint

on: [push, pull_request]

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
7 changes: 7 additions & 0 deletions some_file.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
a = [
1,
2,
3
]

print('hello world')

0 comments on commit 5d33a64

Please sign in to comment.