Skip to content

sync docs (#673)

sync docs (#673) #152

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@9bb56186c3b09b4f86b1c65136769dd318469633
- name: Install bats-core
run: sudo apt update && sudo apt -y install bats
- name: Run tests for all exercises
run: bash .github/scripts/ci