Skip to content

Commit 52aaedc

Browse files
committed
Remove names from jobs and shorten workflow name
1 parent 57a0660 commit 52aaedc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test and lint
1+
name: CI
22

33
on:
44
push:
@@ -9,8 +9,6 @@ permissions:
99

1010
jobs:
1111
tests:
12-
name: Run tests
13-
1412
strategy:
1513
fail-fast: false
1614
matrix:
@@ -44,8 +42,6 @@ jobs:
4442
pytest $PYTHONPATH
4543
4644
linting:
47-
name: Run linting
48-
4945
runs-on: ubuntu-latest
5046

5147
steps:

0 commit comments

Comments
 (0)