Skip to content

Marked sub-workflows by a prefix #40

Marked sub-workflows by a prefix

Marked sub-workflows by a prefix #40

Workflow file for this run

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