Skip to content

fix!: Switch interface to consistent snake_case naming #36

fix!: Switch interface to consistent snake_case naming

fix!: Switch interface to consistent snake_case naming #36

Workflow file for this run

name: PR
on:
pull_request:
branches: [ "main" ]
jobs:
# Always run checks
checks:
name: Checks
uses: ./.github/workflows/reusable_checks.yml
secrets: inherit
# Rebuild docs to make sure nothing is broken
docs:
name: Docs
uses: ./.github/workflows/reusable_docs.yml
secrets: inherit
# Build subset of wheels for all platforms
build:
name: Build
uses: ./.github/workflows/reusable_build.yml
secrets: inherit