Skip to content

Initial commit

Initial commit #1

Workflow file for this run

name: GitHub Classroom Workflow
on:
push:
branches:
- '*'
- '!badges'
jobs:
build:
name: Autograding
runs-on: ubuntu-latest
steps:
- uses: DCI-EdTech/autograding-action@main
id: autograder
with:
token: ${{ secrets.AUTOGRADING }}