1
0
mirror of https://github.com/Earu/EasyChat.git synced 2025-03-04 03:13:20 -05:00

Fix CI so that it doesnt publish code with errors on the workshop [ci skip]

This commit is contained in:
Earu 2021-08-01 15:53:21 +02:00
parent 617aca09d1
commit bebe5f7c1b
2 changed files with 9 additions and 2 deletions

View File

@ -3,8 +3,6 @@ name: Lint
on:
pull_request:
branches: [ master ]
push:
branches: [ master ]
workflow_dispatch:
jobs:

View File

@ -13,6 +13,15 @@ jobs:
- 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
# Creates a GMA and publishes it to the Steam Workshop
- name: Publish to Steam Workshop
uses: Earu/GSW-action@V2.1