Skip to content

refactor: move test info to _test and format the rest #157

refactor: move test info to _test and format the rest

refactor: move test info to _test and format the rest #157

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@9bb56186c3b09b4f86b1c65136769dd318469633
- 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