Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

course-ci

A GitHub action that automates parts of the development of LibreLingo courses

Usage

In order to enable automated checks in your course repository, you have to create a .github folder in your repository, if it does not exist yet. Make sure there is a workflows folder in this .github folder.

Then create the .github/workflows/main.yml file. The contents of this file should be:

on: [push]

jobs:
  verify-course:
    runs-on: ubuntu-latest
    name: Verify course
    steps:
      - uses: actions/checkout@v2
      - uses: LibreLingo/course-ci@main

About

A GitHub action that automates parts of the development of LibreLingo courses

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors