Skip to content

Commit d275bec

Browse files
committed
Rename workflows
1 parent de8be2a commit d275bec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-code-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
workflow_dispatch:
1313

1414
jobs:
15-
quality:
15+
format:
1616
runs-on: ubuntu-latest
1717

1818
steps:

.github/workflows/python-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
workflow_dispatch:
1313

1414
jobs:
15-
quality:
15+
lint:
1616
runs-on: ubuntu-latest
1717

1818
steps:

0 commit comments

Comments
 (0)