Skip to content

Merge pull request #22 from wilsonk/expand-on-list #10

Merge pull request #22 from wilsonk/expand-on-list

Merge pull request #22 from wilsonk/expand-on-list #10

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dlang-community/setup-dlang@v1
- name: 'Build & Test'
run: |
dub build --compiler=$DC
dub test --compiler=$DC