Skip to content

Commit e89bf5e

Browse files
committed
Rename workflows
Signed-off-by: Federico Busetti <729029+febus982@users.noreply.github.com>
1 parent eee63d9 commit e89bf5e

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)