Skip to content

Update GitHub Actions #35

Update GitHub Actions

Update GitHub Actions #35

Workflow file for this run

name: CI
on:
push:
branches:
- "*"
pull_request:
jobs:
build:
name: build & test
uses: ./.github/workflows/build.yml
with:
compiler_version: ldc-1.39.0
check:
uses: ./.github/workflows/check.yml
with:
compiler_version: dmd-2.109.1