Skip to content

Bump actions/checkout from 3.1.0 to 3.3.0 #223

Bump actions/checkout from 3.1.0 to 3.3.0

Bump actions/checkout from 3.1.0 to 3.3.0 #223

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
jobs:
track-config:
name: Check track configuration
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- name: Fetch
uses: exercism/github-actions/configlet-ci@main
- name: Lint
run: configlet lint
exercises:
name: Check exercises
runs-on: ubuntu-22.04
strategy:
matrix:
dc: [dmd-latest, ldc-latest]
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- uses: dlang-community/setup-dlang@43589c229861e1720e187a344c67dad1d9eefe4c
with:
compiler: ${{ matrix.dc }}
- name: Run tests
run: bin/test-all-exercises