Skip to content

Commit beee486

Browse files
committed
ci: add a python lint workflow
Linter: https://github.com/psf/black Signed-off-by: Ihor Solodrai <[email protected]>
1 parent 1fd1992 commit beee486

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/lint.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Lint
2+
3+
on: [pull_request]
4+
5+
jobs:
6+
lint:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
- uses: psf/black@stable

0 commit comments

Comments
 (0)