Check format

This commit is contained in:
Yves
2025-06-11 09:12:31 +02:00
parent 32fcf7e620
commit 539762231b

View File

@@ -57,3 +57,15 @@ jobs:
duckdb_version: v1.3.0
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads'
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
format-check:
name: Check formatting
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Check formatting
run: make format-check