1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
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