Skip to content

Commit b002c56

Browse files
committed
Fix GH Action job names build -> test,lint,docs
1 parent 178116f commit b002c56

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77

88
jobs:
9-
build:
9+
docs:
1010
runs-on: ubuntu-latest
1111

1212
steps:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77

88
jobs:
9-
build:
9+
lint:
1010
runs-on: ubuntu-latest
1111

1212
steps:

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
primary-python-version: "3.12"
1010

1111
jobs:
12-
build:
12+
test:
1313

1414
runs-on: ubuntu-latest
1515
strategy:

0 commit comments

Comments
 (0)