Skip to content

Bump sqlglot[c] from 30.4.3 to 30.7.0 to fix has_bit_strings TypeError #1358

Bump sqlglot[c] from 30.4.3 to 30.7.0 to fix has_bit_strings TypeError

Bump sqlglot[c] from 30.4.3 to 30.7.0 to fix has_bit_strings TypeError #1358

Workflow file for this run

name: Lint
on:
pull_request:
paths-ignore:
- '**.md'
- '**.rst'
- 'LICENSE.txt'
- 'doc/**/*.txt'
- '**/AUTHORS'
- '**/SPONSORS'
- '**/TIPS'
jobs:
linters:
name: Linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Run ruff check
uses: astral-sh/ruff-action@0ce1b0bf8b818ef400413f810f8a11cdbda0034b # v4.0.0
- name: Run ruff format
uses: astral-sh/ruff-action@0ce1b0bf8b818ef400413f810f8a11cdbda0034b # v4.0.0
with:
args: 'format --check'