Skip to content

fix: support external_include_paths in rust_bindgen (#3819) #6149

fix: support external_include_paths in rust_bindgen (#3819)

fix: support external_include_paths in rust_bindgen (#3819) #6149

Workflow file for this run

name: Formatting
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
jobs:
code-format-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pre-commit/action@v3.0.1