Skip to content

love-actions/love-actions-test

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

love-actions-test

About

Github Action for auto testing sources and logics of a LÖVE framework based game.

Related actions

See related actions below:

Love actions bare package

Love actions for android

Love actions for iOS

Love actions for Linux

Love actions for macOS portable

Love actions for macOS AppStore

Love actions for Windows

Quick example

- name: Build bare love package
  uses: love-action/love-actions-test@v1
  with:
    font-file: "./assets/fonts/proportional.otf"
    language-folder: "./assets/language"
    love-package: "./game.love"
    source-folder: "."
    strict: "true"

All inputs

Name Required Default Description
font-file false "" App main font file. Would skip font coverage tests if not specified
language-folder false "" App language folder. Would skip font coverage tests if not specified
love-package false "./game.love" .love game package file path
source-folder false "." App source codes folder. Used in grammar checks
strict false "false" Strict mode. Fail the tests if font coverage is not 100%