mirror of
https://github.com/Earu/EasyChat.git
synced 2025-03-04 03:13:20 -05:00
25 lines
487 B
YAML
25 lines
487 B
YAML
name: Lint
|
|
|
|
on:
|
|
pull_request:
|
|
branches: [ master ]
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v2
|
|
|
|
- name: GLua Linter
|
|
uses: TASSIA710/action-glua-lint@v1.1.4
|
|
with:
|
|
lint_maxScopeDepth: 99
|
|
lint_deprecated: false
|
|
lint_emptyBlocks: false
|
|
lint_unusedParameters: false
|
|
lint_unusedLoopVars: false
|
|
lint_shadowing: false
|