Skip to content

feat: prototype SQL API #308

feat: prototype SQL API

feat: prototype SQL API #308

Workflow file for this run

name: Typo checker
on: [pull_request]
jobs:
run:
name: Spell Check with Typos
runs-on: "ubuntu-24.04"
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling of the entire repository
uses: crate-ci/typos@v1.26.0