mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 09:09:47 +00:00
Use Godot 3.x's gdtoolkit.
gdtoolkit got updated to Godot 4.x, so we need to explicitly state that we are installing the Godot 3.x version.
This commit is contained in:
parent
d9efe97bfa
commit
cd4e9ef9bd
4
.github/workflows/static-checks.yml
vendored
4
.github/workflows/static-checks.yml
vendored
|
@ -14,13 +14,13 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: pip3 install gdtoolkit
|
- run: pip3 install "gdtoolkit==3.*"
|
||||||
- run: gdformat --diff .
|
- run: gdformat --diff .
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: pip3 install gdtoolkit
|
- run: pip3 install "gdtoolkit==3.*"
|
||||||
- run: gdlint .
|
- run: gdlint .
|
||||||
codespell:
|
codespell:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue