Skip to content

Commit 5397622

Browse files
committed
Check format
1 parent 32fcf7e commit 5397622

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/MainDistributionPipeline.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,16 @@ jobs:
5656
ci_tools_version: v1.3.0
5757
duckdb_version: v1.3.0
5858
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads'
59-
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
59+
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
60+
61+
format-check:
62+
name: Check formatting
63+
runs-on: ubuntu-latest
64+
steps:
65+
- name: Checkout repository
66+
uses: actions/checkout@v4
67+
with:
68+
submodules: 'recursive'
69+
70+
- name: Check formatting
71+
run: make format-check

0 commit comments

Comments
 (0)