Skip to content

Commit 6be4b18

Browse files
committed
name the linting job
1 parent 8cc40e9 commit 6be4b18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ jobs:
7878
- name: Test
7979
run: |
8080
tox -v -e "${{ env['TOXENV'] }}"
81-
lint:
81+
linting:
82+
name: Linting
8283
runs-on: ubuntu-latest
8384
strategy:
8485
matrix:

0 commit comments

Comments
 (0)