From 574e14fce0828bef9922a0c58d520c64f465863f Mon Sep 17 00:00:00 2001 From: florianvazelle Date: Sat, 9 Sep 2023 13:36:45 +0200 Subject: [PATCH] fix lint --- .codespellrc | 2 +- .github/actions/export-game/action.yml | 2 +- .github/workflows/publish.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.codespellrc b/.codespellrc index 7dcdeff..4ad3435 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,4 +1,4 @@ [codespell] -skip = assets/**,addons/** +skip = assets/**,addons/**,LICENSES/** ignore-words-list = lod,LOD diff --git a/.github/actions/export-game/action.yml b/.github/actions/export-game/action.yml index c7c8887..1101503 100644 --- a/.github/actions/export-game/action.yml +++ b/.github/actions/export-game/action.yml @@ -8,7 +8,7 @@ inputs: description: The game platform. required: true type: choice - options: + options: - windows - linux - mac diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index acfeb9e..12a719c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: create_release: if: ${{ github.event.workflow_run.conclusion == 'success' }} runs-on: ubuntu-22.04 - + name: Create Release steps: - name: Create Draft release @@ -68,4 +68,4 @@ jobs: ITCH_GAME: marble ITCH_USER: mechanical-flower PACKAGE: dist/${{ matrix.platform }}/Marble-${{ matrix.platform }}-v$GITHUB_REF_NAME.zip - VERSION: $GITHUB_REF_NAME \ No newline at end of file + VERSION: $GITHUB_REF_NAME