Skip to content

fix: add regression test for working with dotted-named columns in Python #183

fix: add regression test for working with dotted-named columns in Python

fix: add regression test for working with dotted-named columns in Python #183

Workflow file for this run

name: chores
# Trigger whenever a PR is changed (title as well as new / changed commits)
on:
pull_request:
jobs:
typos:
name: Spell Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Check spelling
uses: crate-ci/typos@v1