Skip to content

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

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

Workflow file for this run

name: Pharo track CI
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
smalltalk: [Pharo64-12, Pharo64-11]
name: ${{ matrix.smalltalk }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: hpi-swa/setup-smalltalkCI@521a156968112c9c7ca094ef78c1287a26665f08
with:
smalltalk-image: ${{ matrix.smalltalk }}
- run: smalltalkci -s ${{ matrix.smalltalk }}
shell: bash
timeout-minutes: 15