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 17513cd commit 33d031bCopy full SHA for 33d031b
.github/workflows/check-formatting.yml
@@ -17,18 +17,6 @@ on:
17
- "**/.md"
18
19
jobs:
20
- # TODO(paris): pre-commit also runs clang-format. Leaving for now to gain confidence that it
21
- # is doing the same thing as running clang-format directly, but remove this job once that's been
22
- # confirmed
23
- check-formatting:
24
- runs-on: ubuntu-latest
25
- steps:
26
- - uses: actions/checkout@v3
27
- - name: "Check clang-format"
28
- run: |
29
- source $GITHUB_WORKSPACE/scripts/ci/check_clang_format.sh
30
- shell: bash
31
-
32
# Based on: https://github.com/TileDB-Inc/TileDB-Cloud-Py/blob/main/.github/workflows/tiledb-cloud-py.yaml#L15
33
run-pre-format:
34
runs-on: ubuntu-latest
0 commit comments