Skip to content

Commit 21ba85c

Browse files
committed
use black in same action as the tests
1 parent ee0a3ec commit 21ba85c

2 files changed

Lines changed: 6 additions & 18 deletions

File tree

.github/workflows/black.yml

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

.github/workflows/python-test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,10 @@ name: Test
55

66
permissions: read-all
77

8-
on:
9-
push:
10-
branches: [ master ]
11-
pull_request:
12-
branches: [ master ]
8+
on: [push, pull_request]
139

1410
jobs:
1511
build:
16-
1712
runs-on: ubuntu-latest
1813
strategy:
1914
fail-fast: false
@@ -40,3 +35,8 @@ jobs:
4035
run: mypy pythonosc examples
4136
- name: Test with pytest
4237
run: pytest
38+
lint:
39+
runs-on: ubuntu-latest
40+
steps:
41+
- uses: actions/checkout@v3
42+
- uses: psf/black@stable

0 commit comments

Comments
 (0)