Initial commit

This commit is contained in:
github-classroom[bot]
2024-02-28 19:40:11 +00:00
committed by GitHub
commit 35a9c9319a
11 changed files with 572 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
name: GitHub Classroom Workflow
on: [push]
jobs:
build:
permissions: write-all
name: Autograding
strategy:
fail-fast: false
matrix:
python-version: [3.11.0]
poetry-version: [1.7.0]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- uses: education/autograding@v1