Manually add autograding.json to compensate for GH classroom new format #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: GoRace Workflow | |
on: | |
- push | |
- workflow_dispatch | |
permissions: | |
checks: write | |
actions: read | |
contents: read | |
jobs: | |
build: | |
name: Autograding | |
runs-on: ubuntu-latest | |
if: github.actor != 'github-classroom[bot]' | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: ULL-GORACE-TEST/autograding@v1 | |
with: | |
activity: "left-side" | |
assigmentId: 582879 | |
race: "PLULL24" |