Skip to content

Commit cdc4825

Browse files
committed
Update github workflow black action
1 parent aef47cf commit cdc4825

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ name: black-action
22
on: [push, pull_request]
33
jobs:
44
linter_name:
5-
name: runner / black formatter
5+
name: runner & black formatter
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v4
9-
- uses: rickstaa/action-black@v1
9+
- uses: psf/black@stable
1010
with:
1111
black_args: ". --check"
12+
src: "."

0 commit comments

Comments
 (0)