File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # pull request
1+ # Pull Request
22
33<!-- Your content goes here: -->
44
Original file line number Diff line number Diff line change 1212
1313jobs :
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 :
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 :
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 :
You can’t perform that action at this time.
0 commit comments