Skip to content

Merge pull request #55 from CSC207-2023Y-UofT/add_and_delete_new_task #164

Merge pull request #55 from CSC207-2023Y-UofT/add_and_delete_new_task

Merge pull request #55 from CSC207-2023Y-UofT/add_and_delete_new_task #164

Workflow file for this run

name: GitHub Classroom Workflow
on: [push]
permissions:
checks: write
actions: read
contents: read
jobs:
build:
name: Autograding
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: education/autograding@v1