Skip to content

Bump actions/checkout from 3.1.0 to 4.1.1 #234

Bump actions/checkout from 3.1.0 to 4.1.1

Bump actions/checkout from 3.1.0 to 4.1.1 #234

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
jobs:
exercises:
name: Check exercises
runs-on: ubuntu-22.04
strategy:
matrix:
dc: [dmd-latest, ldc-latest]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: dlang-community/setup-dlang@43589c229861e1720e187a344c67dad1d9eefe4c
with:
compiler: ${{ matrix.dc }}
- name: Run tests
run: bin/test-all-exercises