Skip to content

Fix #637: pass actual newlines to the exercise script, not literal '\… #125

Fix #637: pass actual newlines to the exercise script, not literal '\…

Fix #637: pass actual newlines to the exercise script, not literal '\… #125

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-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install bats-core
run: sudo apt update && sudo apt -y install bats
- name: Run tests for all exercises
run: bash .github/scripts/ci