Compare commits
1 Commits
main
...
yl/format-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
539762231b |
12
.github/workflows/MainDistributionPipeline.yml
vendored
12
.github/workflows/MainDistributionPipeline.yml
vendored
@@ -57,3 +57,15 @@ jobs:
|
|||||||
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