Skip to content

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

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 #325

Workflow file for this run

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