feat: Add grading checks #4
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces several new checks for practical exercises in various GitHub workflows. These checks aim to validate specific conditions in the code and provide feedback to users. Additionally, there are minor adjustments to permissions and comment update steps.
New practical exercise checks:
.github/workflows/2-first-introduction.yml
: Added checks to validate the presence of a registration validation comment and additional student activities insrc/app.py
..github/workflows/3-copilot-edits.yml
: Added checks to ensure participant information is included inapp.js
andstyle.css
, and provided feedback based on the results..github/workflows/4-copilot-on-github.yml
: Added checks to verify the presence of a pull request description and a review from Copilot, and provided feedback based on the results.Permissions adjustment:
.github/workflows/4-copilot-on-github.yml
: Updated permissions to includepull-requests: read
andrepository-projects: read
.Comment update adjustment:
.github/workflows/3-copilot-edits.yml
and.github/workflows/4-copilot-on-github.yml
: Removed the--edit-last
flag from the comment update step. [1] [2]