mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 09:09:47 +00:00
Use gdtoolkit's GitHub Action
This commit is contained in:
parent
c21e089e58
commit
084bdcccb1
3
.github/workflows/static-checks.yml
vendored
3
.github/workflows/static-checks.yml
vendored
|
@ -19,8 +19,7 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Install gdtoolkit
|
||||
run: pip3 install "gdtoolkit==4.*"
|
||||
- uses: Scony/godot-gdscript-toolkit@master
|
||||
- name: Formatting checks
|
||||
run: gdformat --diff .
|
||||
- name: Linting checks
|
||||
|
|
Loading…
Reference in a new issue