Skip to content

Revert GitHub workflows #43

Revert GitHub workflows

Revert GitHub workflows #43

Workflow file for this run

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