This GitHub action allows you to run the linter on a Ren'Py visual novel project in a workflow for testing purposes.
- name: Lint VN project
uses: ProjectAliceDev/renpy-lint-action@master
with:
sdk-version: '6.99.12.4'
env:
SDL_AUDIODRIVER: dummy
SDL_VIDEODRIVER: dummyNote: This action will assume that the Ren'Py project is the repository's root rather than a separate directory.
Required Parameters:
sdk-version: The version of the Ren'Py SDK to use while linting. Will default to7.3.2if none is found.