File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # This workflow uses actions that are not certified by GitHub.
2- # They are provided by a third-party and are governed by
3- # separate terms of service, privacy policy, and support
4- # documentation.
1+ # This workflow uses actions that are not certified by GitHub. They are provided by a third-party
2+ # and are governed by separate terms of service, privacy policy, and support documentation.
53name : D
64
75on :
86 push :
9- branches : [ master ]
7+ branches : [ master, development ]
108 pull_request :
11- branches : [ master ]
9+ branches : [ master, development ]
1210
1311jobs :
1412 build :
1513
1614 runs-on : ubuntu-latest
1715
1816 steps :
19- - uses : actions/checkout@v2
20- - uses : dlang-community/setup-dlang@4c99aa991ce7d19dd3064de0a4f2f6b2f152e2d7
17+ - uses : actions/checkout@v4
18+ - uses : dlang-community/setup-dlang@v1
2119
2220 - name : ' Build & Test'
2321 run : |
2422 dub build --compiler=$DC
25- dub test --compiler=$DC
23+ dub test --compiler=$DC
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ www/rotationz.test
55www /grassland.test
66www /localhost /ddoc
77server
8- server .exe
9- server .pdb
8+ * .exe
9+ * .pdb
1010
1111www /danny.test /
1212www /localhost /123 123.txt
You can’t perform that action at this time.
0 commit comments