Skip to content

Counselor8/renpy-lint-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lint Ren'Py Project

This GitHub action allows you to run the linter on a Ren'Py visual novel project in a workflow for testing purposes.

Usage

- name: Lint VN project
  uses: ProjectAliceDev/renpy-lint-action@master
  with:
    sdk-version: '6.99.12.4'
    project-dir: '.'
  env:
    SDL_AUDIODRIVER: dummy
    SDL_VIDEODRIVER: dummy

Required Parameters:

  • sdk-version: The version of the Ren'Py SDK to use while linting. Will default to 7.3.2 if none is found.
  • project-dir: The directory where the project exists. Will default to '.' (root) if none is found.

About

GitHub Action to lint a Ren'Py project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 77.1%
  • Dockerfile 22.9%