enable course ci (#5)

This commit is contained in:
Daniel Kantor 2022-01-26 08:34:05 +01:00 committed by GitHub
parent 8cc3ed1138
commit f6b683e1be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

9
.github/workflows/main.yml vendored Normal file
View File

@ -0,0 +1,9 @@
on: [push]
jobs:
verify-course:
runs-on: ubuntu-latest
name: Verify course
steps:
- uses: actions/checkout@v2
- uses: LibreLingo/course-ci@main