Skip to content

Commit 7a89e24

Browse files
committed
rolled back to black checker
1 parent 67119ad commit 7a89e24

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

.github/workflows/black_linter.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Lint
2+
3+
on:
4+
pull_request:
5+
branches: [main]
6+
7+
jobs:
8+
lint:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v2
12+
- uses: actions/setup-python@v2
13+
- uses: psf/black@stable

.github/workflows/ruff_linter.yml

-12
This file was deleted.

0 commit comments

Comments
 (0)