Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
check

GitHub Action

Lint Ren'Py Project

v1.0.0

Lint Ren'Py Project

check

Lint Ren'Py Project

Lint your project against a specified Ren'Py SDK version

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Lint Ren'Py Project

uses: ProjectAliceDev/renpy-lint-action@v1.0.0

Learn more about this action in ProjectAliceDev/renpy-lint-action

Choose a version

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'

Note: 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 to 7.3.2 if none is found.