name: 'build-test-global-json' on: # rebuild any PRs and main branch changes pull_request: push: jobs: tests: name: ๐ŸŒ Test with version from global.json runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 name: ๐Ÿงพ Checkout - uses: ./ name: ๐Ÿค– Setup Godot with: version: global.json # Use the version specified in global.json use-dotnet: false - name: ๐Ÿ”ฌ Verify Godot run: | godot --version