Skip to content

Commit

Permalink
fix names
Browse files Browse the repository at this point in the history
  • Loading branch information
jopohl committed Oct 30, 2023
1 parent 1414eac commit b26362f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branches: [ master ]

jobs:
lint:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -20,7 +20,7 @@ jobs:
with:
python-version: '3.11'

- name: Install tools
- name: Install black
run: pip install black==23.7.0

- name: Check code with black
Expand Down

0 comments on commit b26362f

Please sign in to comment.