Skip to content

Sync the meetup exercise's docs with the latest data. (#692) #171

Sync the meetup exercise's docs with the latest data. (#692)

Sync the meetup exercise's docs with the latest data. (#692) #171

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