Skip to content

Commit 27ffed4

Browse files
committed
ci: correct job's name
Correction for ef147be commit. Part of #13 Part of #30
1 parent f6a14fd commit 27ffed4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/generate-go-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55

66
jobs:
7-
run-checkstyle:
7+
generate-app:
88
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on
99
runs-on: ubuntu-20.04
1010
steps:

.github/workflows/generate-js-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55

66
jobs:
7-
run-checkstyle:
7+
generate-app:
88
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on
99
runs-on: ubuntu-20.04
1010
steps:

.github/workflows/generate-python-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55

66
jobs:
7-
run-checkstyle:
7+
generate-app:
88
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on
99
runs-on: ubuntu-20.04
1010
steps:

0 commit comments

Comments
 (0)