File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ name: Build Examples
33on :
44 workflow_call :
55
6+ permissions :
7+ contents : read
8+
69jobs :
710 build-examples :
811 name : Build Example Apps
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ name: Build Library
33on :
44 workflow_call :
55
6+ permissions :
7+ contents : read
8+
69jobs :
710 build-library :
811 name : Build OpenMapView AAR
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ name: Format Check
33on :
44 workflow_call :
55
6+ permissions :
7+ contents : read
8+
69jobs :
710 format :
811 name : Check Code Formatting
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ name: Unit Tests
33on :
44 workflow_call :
55
6+ permissions :
7+ contents : read
8+
69jobs :
710 test :
811 name : Run Unit Tests
Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [ main, master ]
88
9+ permissions :
10+ contents : read
11+
912jobs :
1013 format :
1114 name : Check Formatting
Original file line number Diff line number Diff line change 66 - cron : ' 45 9 * * *'
77 workflow_dispatch : # Allow manual triggering
88
9+ permissions :
10+ contents : read
11+
912jobs :
1013 instrumented-test :
1114 name : Run Instrumentation Tests
Original file line number Diff line number Diff line change 55 tags :
66 - " v*.*.*"
77
8+ permissions :
9+ contents : write # Needed to create GitHub releases
10+
811jobs :
912 format :
1013 name : Check Formatting
You can’t perform that action at this time.
0 commit comments