Skip to content

Sync the bank-account exercise's docs with the latest data. (#351) #184

Sync the bank-account exercise's docs with the latest data. (#351)

Sync the bank-account exercise's docs with the latest data. (#351) #184

Workflow file for this run

# Run all tests for commits to master
name: tcl / master
on:
push:
branches:
- master
- main
jobs:
ci:
runs-on: ubuntu-22.04
steps:
- name: Install Deps
run: |
sudo apt-get update && sudo apt-get -y install tcl-thread
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- name: Run tests for all exercises
run: bash bin/ci