Skip to content

Commit

Permalink
changed name of the action to Black
Browse files Browse the repository at this point in the history
  • Loading branch information
VinzentRisch committed Jan 12, 2024
1 parent 830ab59 commit 3df032c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/black.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Lint
name: Black

on: [push, pull_request]

jobs:
lint:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3df032c

Please sign in to comment.