Skip to content

manuelkocher/gdlint-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gdlint action

This action runs gdlint, a GDScript linter, on a defined directory inside the github repository. This action uses gdtoolkit to run gdlint.

Inputs

python_version

Specify the python version used to install gdtoolkit. Defaults to version 3.10.

gdtoolkit_version

gdtoolkit version that should be used to run gdlint. Defaults to the newest version.

directory

Directory on which gdlint should be run. Defaults to the root directory of the repository.

Outputs

The action fails if gdlint detects any issues, otherwise it will return a success.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published