Skip to content

Update lab02 for 2025 #1

Update lab02 for 2025

Update lab02 for 2025 #1

Workflow file for this run

name: Autograding Tests
on:
- push
- workflow_dispatch
- repository_dispatch
permissions:
checks: write
actions: read
contents: read
jobs:
run-autograding-tests:
runs-on: ubuntu-22.04
if: github.actor != 'github-classroom[bot]'
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.7
- name: Install pycparser
run: pip install tabulate psutil
- name: Run tests
run: ./check