Skip to content

Sync the yacht exercise's docs with the latest data. (#682) #161

Sync the yacht exercise's docs with the latest data. (#682)

Sync the yacht exercise's docs with the latest data. (#682) #161

Workflow file for this run

# Run all tests for commits to master
name: bash / master
on:
push:
branches:
- master
- main
jobs:
ci:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- name: Install bats-core
run: sudo apt update && sudo apt -y install bats
- name: Run tests for all exercises
run: bash .github/scripts/ci