File tree Expand file tree Collapse file tree 4 files changed +33
-32
lines changed
modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators.Tests/TestData/GeneratedSources Expand file tree Collapse file tree 4 files changed +33
-32
lines changed Original file line number Diff line number Diff line change @@ -15,34 +15,34 @@ jobs:
1515 with :
1616 event-name : ${{ github.event_name }}
1717
18- # Second stage: Run all the builds and some of the tests.
19-
20- android-build :
21- name : 🤖 Android
22- needs : static-checks
23- uses : ./.github/workflows/android_builds.yml
24-
25- ios-build :
26- name : 🍏 iOS
27- needs : static-checks
28- uses : ./.github/workflows/ios_builds.yml
29-
30- linux-build :
31- name : 🐧 Linux
32- needs : static-checks
33- uses : ./.github/workflows/linux_builds.yml
34-
35- macos-build :
36- name : 🍎 macOS
37- needs : static-checks
38- uses : ./.github/workflows/macos_builds.yml
39-
40- windows-build :
41- name : 🏁 Windows
42- needs : static-checks
43- uses : ./.github/workflows/windows_builds.yml
44-
45- web-build :
46- name : 🌐 Web
47- needs : static-checks
48- uses : ./.github/workflows/web_builds.yml
18+ # # Second stage: Run all the builds and some of the tests.
19+
20+ # android-build:
21+ # name: 🤖 Android
22+ # needs: static-checks
23+ # uses: ./.github/workflows/android_builds.yml
24+
25+ # ios-build:
26+ # name: 🍏 iOS
27+ # needs: static-checks
28+ # uses: ./.github/workflows/ios_builds.yml
29+
30+ # linux-build:
31+ # name: 🐧 Linux
32+ # needs: static-checks
33+ # uses: ./.github/workflows/linux_builds.yml
34+
35+ # macos-build:
36+ # name: 🍎 macOS
37+ # needs: static-checks
38+ # uses: ./.github/workflows/macos_builds.yml
39+
40+ # windows-build:
41+ # name: 🏁 Windows
42+ # needs: static-checks
43+ # uses: ./.github/workflows/windows_builds.yml
44+
45+ # web-build:
46+ # name: 🌐 Web
47+ # needs: static-checks
48+ # uses: ./.github/workflows/web_builds.yml
File renamed without changes.
Original file line number Diff line number Diff line change 1+ dummy
Original file line number Diff line number Diff line change 1- using Godot ;
1+ using Godot ; // Dummy.
22using Godot . NativeInterop ;
33
44partial class AbstractGenericNode < T >
You can’t perform that action at this time.
0 commit comments