Skip to content

Bump actions/checkout from 4 to 6 (#7) #32

Bump actions/checkout from 4 to 6 (#7)

Bump actions/checkout from 4 to 6 (#7) #32

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
release:
types: [published]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Set up D compiler
uses: dlang-community/setup-dlang@v2
with:
compiler: dmd
- name: Build with dub
run: dub build