Skip to content

Update README.md

Update README.md #3

Workflow file for this run

name: Autograding Tests
'on':
- push
- repository_dispatch
permissions:
checks: write
actions: read
contents: read
jobs:
run-autograding-tests:
runs-on: ubuntu-latest
if: github.actor != 'github-classroom[bot]'
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Name and group
id: name-and-group
uses: classroom-resources/autograding-python-grader@v1
with:
timeout: 10
setup-command: ''
- name: Autograding Reporter
uses: classroom-resources/autograding-grading-reporter@v1
env:
NAME-AND-GROUP_RESULTS: "${{steps.name-and-group.outputs.result}}"
with:
runners: name-and-group