We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e395aa commit 48a13adCopy full SHA for 48a13ad
2 files changed
.github/workflows/dev.yaml
@@ -69,7 +69,7 @@ jobs:
69
env:
70
PR_TITLE: ${{ github.event.pull_request.title }}
71
run: |
72
- git clone --depth 1 git@github.com:adbc-drivers/dev
+ git clone --depth 1 https://github.com/adbc-drivers/dev
73
python dev/adbc_drivers_dev/title_check.py $(pwd) "$PR_TITLE"
74
75
lint:
README.md
@@ -34,7 +34,7 @@ copyright/license headers are present.
34
Add this repository to your `.pre-commit-config.yaml`:
35
36
```yaml
37
-- repo: git@github.com:adbc-drivers/dev
+- repo: https://github.com/adbc-drivers/dev
38
rev: "<latest rev on main>"
39
hooks:
40
- id: rat
0 commit comments