Skip to content

build(deps): bump pyo3-build-config from 0.21.2 to 0.22.0 #626

build(deps): bump pyo3-build-config from 0.21.2 to 0.22.0

build(deps): bump pyo3-build-config from 0.21.2 to 0.22.0 #626

Workflow file for this run

name: C
on:
pull_request:
push:
branches: [main]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: dtolnay/rust-toolchain@stable
- name: Configure
run: mkdir -p build && cd build && cmake ../c -DSUBSTRAIT_VALIDATOR_BUILD_TESTS=ON
- name: Build
run: cmake --build build
- name: Test
run: ctest --output-on-failure --test-dir build
style:
name: Style
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jidicula/[email protected]
with:
clang-format-version: "13"
check-path: c