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

Merge pull request #74 from Techbot121/patch-1

split ci into two jobs
This commit is contained in:
Earu 2021-08-01 16:15:56 +02:00 committed by GitHub
commit 274f73ac29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,10 +6,10 @@ on:
workflow_dispatch:
jobs:
workshop-publish:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
linter:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout
uses: actions/checkout@v2
@ -21,8 +21,12 @@ jobs:
lint_emptyBlocks: false
lint_unusedParameters: false
lint_unusedLoopVars: false
# Creates a GMA and publishes it to the Steam Workshop
# Creates a GMA and publishes it to the Steam Workshop
workshop-publish:
needs: linter
runs-on: ubuntu-latest
steps:
- name: Publish to Steam Workshop
uses: Earu/GSW-action@V2.1
with: