Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
3ab40b5
test grading
mtcderek Mar 25, 2026
d673100
re-trigger
mtcderek Mar 25, 2026
bbf2970
Merge branch 'master' of https://github.com/morethancertified/grading…
mtcderek Mar 25, 2026
40108ba
stupid stuff
mtcderek Mar 25, 2026
ab454e2
fix: target master branch
mtcderek Mar 25, 2026
1d439d1
add terraform setup, fix branch target
mtcderek Mar 25, 2026
d5146ca
main
mtcderek Mar 25, 2026
f7a34e4
main.tf
mtcderek Mar 25, 2026
9125933
re-trigger with fixed command runner
mtcderek Mar 25, 2026
d158dc6
re-trigger
mtcderek Mar 25, 2026
dfef328
re-trigger with fixed escape handling
mtcderek Mar 25, 2026
9263b3a
re-trigger with debug logging
mtcderek Mar 25, 2026
e20302d
re-trigger with debug
mtcderek Mar 25, 2026
e4e21a2
re-trigger
mtcderek Mar 25, 2026
b36156e
re-trigger with file collection
mtcderek Mar 25, 2026
1fe9e34
re-trigger
mtcderek Mar 25, 2026
4237e82
Remove empty terraform block from main.tf
mtcderek Mar 25, 2026
de061aa
test GitHub App check runs + PR comments
mtcderek Mar 27, 2026
86e68fe
test GitHub App check runs + PR comments
mtcderek Mar 27, 2026
6410e26
re-trigger
mtcderek Mar 27, 2026
8fda501
refactor
mtcderek Mar 27, 2026
d50daa8
Test keyless auth flow
mtcderek Mar 27, 2026
a152cec
verify keyless auth works without secret
mtcderek Mar 27, 2026
176acc7
removed tf block
mtcderek Mar 27, 2026
3ab8636
Update main.tf
mtcderek Mar 28, 2026
f5e5e8f
Update main.tf
mtcderek Mar 28, 2026
27fc5cd
Update main.tf
mtcderek Mar 28, 2026
8aa0283
Delete terraform/main.tf
mtcderek Mar 28, 2026
fc82bbc
Create main.tf
mtcderek Mar 29, 2026
4320d84
Delete main.tf
mtcderek Mar 29, 2026
52d0af3
Update test.txt
mtcderek Mar 29, 2026
4269cca
Update test.txt
mtcderek Mar 29, 2026
e8cecbf
Update test.txt
mtcderek Mar 30, 2026
4478e1e
Update test.txt
mtcderek Apr 19, 2026
85e6483
Update and rename test.txt to main.tf
mtcderek Apr 19, 2026
0e01e15
Update main.tf
mtcderek Apr 28, 2026
a3e109c
Update main.tf
mtcderek May 31, 2026
8694e73
Update grade.yml
mtcderek May 31, 2026
17eebc0
Update main.tf
mtcderek May 31, 2026
ac9f848
Merge branch 'master' into grade/cmmzeytkl00duql01q3gjbtqp
mtcderek May 31, 2026
0ea2bfa
Update main.tf
mtcderek Jun 1, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/grade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: CloudSprints Grader

on:
pull_request:
branches: [main,master]
branches: [main, master]

jobs:
grade:
Expand All @@ -16,14 +16,12 @@ jobs:
id: grading
with:
api-url: 'https://staging.cloudsprints.com'
# Uncomment to enable GitHub App PR comments:
# callback-url: 'https://cloudsprints.com/api/github/grading-result'

- name: Grading Summary
if: always()
run: |
echo "## CloudSprints Grading Results" >> $GITHUB_STEP_SUMMARY
echo "" >> $GITHUB_STEP_SUMMARY
echo "**Student:** ${{ steps.grading.outputs.email }}" >> $GITHUB_STEP_SUMMARY
echo "**Student:** ${{ steps.grading.outputs.github-username }}" >> $GITHUB_STEP_SUMMARY
echo "**Score:** ${{ steps.grading.outputs.passed }}/${{ steps.grading.outputs.total }}" >> $GITHUB_STEP_SUMMARY
echo "**Status:** ${{ steps.grading.outputs.status }}" >> $GITHUB_STEP_SUMMARY
3 changes: 3 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
terraform {}

# let's try this...
Loading