summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/classroom.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/.github/workflows/classroom.yml b/.github/workflows/classroom.yml
new file mode 100644
index 0000000..dca83b0
--- /dev/null
+++ b/.github/workflows/classroom.yml
@@ -0,0 +1,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