Skip to content

Commit a19e528

Browse files
committed
Merge branch 'development' of github.com:DannyArends/DaNode
2 parents 0322406 + 2b6d654 commit a19e528

2 files changed

Lines changed: 9 additions & 11 deletions

File tree

.github/workflows/d.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
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.
53
name: D
64

75
on:
86
push:
9-
branches: [ master ]
7+
branches: [ master, development ]
108
pull_request:
11-
branches: [ master ]
9+
branches: [ master, development ]
1210

1311
jobs:
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

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ www/rotationz.test
55
www/grassland.test
66
www/localhost/ddoc
77
server
8-
server.exe
9-
server.pdb
8+
*.exe
9+
*.pdb
1010

1111
www/danny.test/
1212
www/localhost/123 123.txt

0 commit comments

Comments
 (0)