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:
parent
617aca09d1
commit
bebe5f7c1b
@ -3,8 +3,6 @@ name: Lint
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
push:
|
||||
branches: [ master ]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
9
.github/workflows/workshop.yml
vendored
9
.github/workflows/workshop.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user