Skip to content

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

License

Notifications You must be signed in to change notification settings

LibreLingo/course-ci

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

No packages published