mirror of
https://github.com/Earu/EasyChat.git
synced 2025-03-04 03:13:20 -05:00
Create lint.yml
This commit is contained in:
parent
0a68a37fde
commit
227e158146
25
.github/workflows/lint.yml
vendored
Normal file
25
.github/workflows/lint.yml
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
name: Lint
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
push:
|
||||
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
|
Loading…
Reference in New Issue
Block a user