Skip to content

Commit

Permalink
naming py style and py types
Browse files Browse the repository at this point in the history
  • Loading branch information
gdraheim committed Feb 28, 2024
1 parent b61ba8d commit a27f76b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stylecheck.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pep8 style check
name: py style

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typecheck.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: typehints check
name: py types

on:
push:
Expand Down

0 comments on commit a27f76b

Please sign in to comment.