Skip to content

Commit

Permalink
simplify names for CI setups
Browse files Browse the repository at this point in the history
  • Loading branch information
oplatek committed Nov 5, 2024
1 parent aee4855 commit c52e0aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/black_check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Black Code Style Check
name: Black Check

on:
push:
Expand All @@ -23,4 +23,4 @@ jobs:
pip install black==24.10.0
- name: Run Black
run: |
black --check . --line-length 120
black --check . --line-length 120
2 changes: 1 addition & 1 deletion .github/workflows/py311_tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python CI
name: Pytest

on:
push:
Expand Down

0 comments on commit c52e0aa

Please sign in to comment.