File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : JS Lint
22
3+ permissions :
4+ contents : read
5+
36on :
47 push :
58 branches :
Original file line number Diff line number Diff line change 11name : Playwright Tests (Temporarily Disabled)
2+
3+ permissions :
4+ contents : read
5+
26# Temporarily disabled - replace 'workflow_dispatch' with the commented triggers below to re-enable
37on : workflow_dispatch # Only run manually
48# Disabled triggers:
Original file line number Diff line number Diff line change 11name : Python Code Quality
2+
3+ permissions :
4+ contents : read
5+
26on :
37 push :
48 branches :
Original file line number Diff line number Diff line change 11name : Windows FGCS Build
22
3+ permissions :
4+ contents : read
5+
36on :
47 workflow_dispatch :
58 inputs :
69 version :
7- description : " The version label to build"
10+ description : ' The version label to build'
811 required : true
9- default : " 0.1.8-alpha"
12+ default : ' 0.1.8-alpha'
1013
1114jobs :
1215 build :
2427 - name : Set up Python 3.11
2528 uses : actions/setup-python@v4
2629 with :
27- python-version : " 3.11"
30+ python-version : ' 3.11'
2831
2932 - name : Install dependencies
3033 working-directory : radio
3639 - name : Run build script
3740 working-directory : building\windows
3841 run : ./build.ps1 -Version "${{ github.event.inputs.version }}"
39-
You can’t perform that action at this time.
0 commit comments