Skip to content

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

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

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

Workflow file for this run

name: sqlite / Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- name: Install project dependencies
run: sudo apt-get update && sudo apt-get -y install jq sqlite3 coreutils
- name: Verify all exercises
run: bin/verify-exercises