Skip to content

bugfix: if tileScale is 1 then the tiles will always be >= 32 #28

bugfix: if tileScale is 1 then the tiles will always be >= 32

bugfix: if tileScale is 1 then the tiles will always be >= 32 #28

Workflow file for this run

name: ShellCheck
on: [push]
jobs:
build:
runs-on: ubuntu-24.04
steps:
-
name: Checkout project # https://github.com/actions/checkout
uses: actions/checkout@v4
with:
path: main
submodules: true
-
name: List programs
run: |
echo "::notice $(which shellcheck)"
-
name: Analyse the BASH code
run: |
cd main
shellcheck --severity=error $(git ls-files "*.sh")