Skip to content

fix: fix enchanted_sword can't move #135

fix: fix enchanted_sword can't move

fix: fix enchanted_sword can't move #135

Workflow file for this run

name: GdScriptfmtCheck
on:
push:
branches: ["main", "dev"]
pull_request:
branches: ["main", "dev"]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install GdFmt
run: pip3 install "gdtoolkit==4.*"
- name: Check
run: gdformat . -c