Skip to content

Replace offsetof cache-line check with a well-defined runtime check (#1877) #1595

Replace offsetof cache-line check with a well-defined runtime check (#1877)

Replace offsetof cache-line check with a well-defined runtime check (#1877) #1595

Workflow file for this run

name: python + Bazel pre-commit checks
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Install uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
with:
python-version: 3.12
- name: Run pre-commit checks
run: uv run --only-group=dev pre-commit run --all-files --verbose --show-diff-on-failure