We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef47cf commit cdc4825Copy full SHA for cdc4825
.github/workflows/main.yml
@@ -2,10 +2,11 @@ name: black-action
2
on: [push, pull_request]
3
jobs:
4
linter_name:
5
- name: runner / black formatter
+ name: runner & black formatter
6
runs-on: ubuntu-latest
7
steps:
8
- uses: actions/checkout@v4
9
- - uses: rickstaa/action-black@v1
+ - uses: psf/black@stable
10
with:
11
black_args: ". --check"
12
+ src: "."
0 commit comments