Skip to content

add scale + move functions #106

add scale + move functions

add scale + move functions #106

Workflow file for this run

name: Test
on:
push:
branches: [master]
jobs:
tests:
name: Run Unit Tests
runs-on: ubuntu-latest
container:
image: barichello/godot-ci:4.1.1
steps:
- uses: actions/checkout@v3
with:
lfs: true
submodules: true
- run: sh scripts/test.sh
timeout-minutes: 1