Skip to content

exercises/practice/anagram: add an append with instructions about the order of the return values #399

exercises/practice/anagram: add an append with instructions about the order of the return values

exercises/practice/anagram: add an append with instructions about the order of the return values #399

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5
- name: Run tests for all exercises
run: bin/test