Skip to content

add anagram

add anagram #285

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@a5ac7e51b41094c92402da3b24376905380afc29
- uses: dlang-community/setup-dlang@0a7469b93f791d83f30932c6fd105796c6966e20
with:
compiler: ${{ matrix.dc }}
- name: Run tests
run: bin/test-all-exercises