Skip to content

fix: quote column names to work with special chars in identifiers #7

fix: quote column names to work with special chars in identifiers

fix: quote column names to work with special chars in identifiers #7

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Run ruff
uses: chartboost/ruff-action@v1