Skip to content

Commit dd0d238

Browse files
committed
rename jobs
1 parent e93f7c1 commit dd0d238

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Python Lint
1+
name: CI
22

33
on:
44
push:
@@ -10,6 +10,7 @@ on:
1010

1111
jobs:
1212
test:
13+
name: Test
1314
runs-on: ubuntu-latest
1415
steps:
1516
- name: Checkout repository
@@ -36,6 +37,7 @@ jobs:
3637
annotate_only: ${{ github.event_name == 'pull_request' }}
3738

3839
lint:
40+
name: Lint
3941
runs-on: ubuntu-latest
4042
steps:
4143
- name: Checkout repository

0 commit comments

Comments
 (0)