Skip to content

exercises/practice/anagram: add an append with instructions about the… #221

exercises/practice/anagram: add an append with instructions about the…

exercises/practice/anagram: add an append with instructions about the… #221

Workflow file for this run

name: scheme / main
on:
push:
branches: [master, main]
pull_request:
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Install project dependencies
run: |
sudo apt-get update
sudo apt-get install guile-3.0 chezscheme
- name: Run exercism/scheme ci (runs tests) for all exercises
run: make ci