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

GitHub Action

Luacheck Linter

v0.1.0-alpha Pre-release

Luacheck Linter

activity

Luacheck Linter

Run Luacheck Lint

Installation

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

              

- name: Luacheck Linter

uses: judaew/luacheck-action@v0.1.0-alpha

Learn more about this action in judaew/luacheck-action

Choose a version

GitHub Action for Luacheck

Usage

All options need set in .luacheckrc at the root of the repository. See more in the Configuration file.

Example of the action:

on: push
jobs:
    luacheck:
        runs-on: ubuntu-latest
        steps:
        - uses: actions/checkout@v2
        - name: Luacheck Linter
          uses: judaew/luacheck-action@v0.1.0-alpha