Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
florianvazelle committed Sep 9, 2023
1 parent 259b0b6 commit 574e14f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .codespellrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

[codespell]
skip = assets/**,addons/**
skip = assets/**,addons/**,LICENSES/**
ignore-words-list = lod,LOD
2 changes: 1 addition & 1 deletion .github/actions/export-game/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
description: The game platform.
required: true
type: choice
options:
options:
- windows
- linux
- mac
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
VERSION: $GITHUB_REF_NAME

0 comments on commit 574e14f

Please sign in to comment.