Skip to content

Commit c20a4e0

Browse files
authored
Make task names consistent & template update (#3129)
1 parent e2b10ba commit c20a4e0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# pull request
1+
# Pull Request
22

33
<!-- Your content goes here: -->
44

.github/workflows/java.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
build-all:
15-
name: Check if tests compile cleanly with starter sources
15+
name: Check if all exercise tests compile cleanly with starter sources
1616
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
1717
runs-on: ubuntu-24.04
1818
steps:
@@ -43,7 +43,7 @@ jobs:
4343
run: bin/build-changed-exercise
4444

4545
lint-all:
46-
name: Lint all Java files using Checkstyle
46+
name: Lint all exercises using Checkstyle
4747
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
4848
runs-on: ubuntu-24.04
4949
steps:
@@ -58,7 +58,7 @@ jobs:
5858
working-directory: exercises
5959

6060
lint-changed:
61-
name: Lint changed Java exercises using Checkstyle
61+
name: Lint changed exercises using Checkstyle
6262
if: github.event_name == 'pull_request'
6363
runs-on: ubuntu-24.04
6464
steps:

0 commit comments

Comments
 (0)