Check format
This commit is contained in:
14
.github/workflows/MainDistributionPipeline.yml
vendored
14
.github/workflows/MainDistributionPipeline.yml
vendored
@@ -56,4 +56,16 @@ jobs:
|
|||||||
ci_tools_version: v1.3.0
|
ci_tools_version: v1.3.0
|
||||||
duckdb_version: v1.3.0
|
duckdb_version: v1.3.0
|
||||||
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads'
|
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads'
|
||||||
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
|
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
|
||||||
Reference in New Issue
Block a user