diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..85491f2 --- /dev/null +++ b/.github/workflows/main.yml @@ -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