Skip to content

Commit 282af3c

Browse files
committed
concise auto CI
1 parent ec5420d commit 282af3c

2 files changed

Lines changed: 1 addition & 50 deletions

File tree

.github/workflows/autopep8.yml

Lines changed: 0 additions & 45 deletions
This file was deleted.

.github/workflows/lint.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,11 @@ jobs:
2323
python-version: 3.10.16
2424

2525
- name: Install Python dependencies
26-
run: pip install black autopep8 oitnb
26+
run: pip install black
2727

2828
- name: Run linters
2929
uses: wearerequired/lint-action@v2
3030
with:
3131
auto_fix: true
3232
black: true
3333
black_auto_fix: true
34-
autopep8: true
35-
autopop8_auto_fix: true
36-
oitnb: true
37-
oitnb_auto_fix: true

0 commit comments

Comments
 (0)