Skip to content

Commit a706a53

Browse files
committed
Add names to code check jobs
1 parent 22ba967 commit a706a53

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/code-checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ concurrency:
1414

1515
jobs:
1616
lint-python:
17+
name: PyLint, isort, and flake8
1718
runs-on: ubuntu-22.04
1819
steps:
1920
- name: Checkout
@@ -27,6 +28,7 @@ jobs:
2728
- name: Run flake8
2829
run: poetry run flake8 --show-source --statistics ./app
2930
test-python:
31+
name: Python Tests
3032
runs-on: ubuntu-22.04
3133
steps:
3234
- name: Checkout
@@ -42,6 +44,7 @@ jobs:
4244
path: junit/test-results.xml
4345
if: ${{ always() }}
4446
lint-typescript:
47+
name: ESLint
4548
runs-on: ubuntu-22.04
4649
steps:
4750
- name: Checkout

0 commit comments

Comments
 (0)