Skip to content

Merge branch 'main' of https://github.com/RL-MVA-2023-24/rl-class-ass… #4

Merge branch 'main' of https://github.com/RL-MVA-2023-24/rl-class-ass…

Merge branch 'main' of https://github.com/RL-MVA-2023-24/rl-class-ass… #4

Workflow file for this run

name: GitHub Classroom 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: education/autograding@v1