Skip to content

Commit cf4be92

Browse files
committed
ci: add pre-commit pipeline
1 parent fc93edb commit cf4be92

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

.github/workflows/dev.yaml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Copyright (c) 2025 Columnar Technologies, Inc.
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
15+
name: Dev
16+
17+
on:
18+
pull_request: {}
19+
push:
20+
branches:
21+
- main
22+
23+
permissions:
24+
contents: read
25+
26+
jobs:
27+
lint:
28+
uses: adbc-drivers/dev/.github/workflows/dev.yaml@6bb29797231b8b1338ecfcb4b9b26fc89b63731f
29+
secrets:
30+
pre_commit_ssh_private_key: ${{ secrets.DEV_DEPLOY_KEY }}
31+
ssh_private_key: ""

0 commit comments

Comments
 (0)