Skip to content

Commit

Permalink
Update workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
domonik committed Apr 23, 2024
1 parent 993c351 commit 6a90c0e
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
name: Build and Test
name: GitHub Classroom Workflow

on:
push:
branches: [ main ]
- 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@v2
- uses: actions/setup-python@v2
with:
python-version: '3.x'
- uses: Bioinformatics2-teaching/classroom_autograding@main
- uses: actions/checkout@v4
- uses: education/autograding@v1

0 comments on commit 6a90c0e

Please sign in to comment.