We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22ba967 commit a706a53Copy full SHA for a706a53
.github/workflows/code-checks.yml
@@ -14,6 +14,7 @@ concurrency:
14
15
jobs:
16
lint-python:
17
+ name: PyLint, isort, and flake8
18
runs-on: ubuntu-22.04
19
steps:
20
- name: Checkout
@@ -27,6 +28,7 @@ jobs:
27
28
- name: Run flake8
29
run: poetry run flake8 --show-source --statistics ./app
30
test-python:
31
+ name: Python Tests
32
33
34
@@ -42,6 +44,7 @@ jobs:
42
44
path: junit/test-results.xml
43
45
if: ${{ always() }}
46
lint-typescript:
47
+ name: ESLint
48
49
50
0 commit comments