Skip to content

feat(M1): scaffold all commands, preconditions, DuckDB backend #10

feat(M1): scaffold all commands, preconditions, DuckDB backend

feat(M1): scaffold all commands, preconditions, DuckDB backend #10

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v3
- name: Tests
run: mise run test:ci