Skip to content

latest version

latest version #2

Workflow file for this run

name: Build and Test
on:
push:
branches: [ main ]
jobs:
build:
name: Autograding
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.x'
- uses: Bioinformatics2-teaching/classroom_autograding@main