Skip to content

v.db.connect: Replace -o flag with the standard --overwrite #1428

v.db.connect: Replace -o flag with the standard --overwrite

v.db.connect: Replace -o flag with the standard --overwrite #1428

---
name: ClangFormat Check
on:
push:
branches:
- main
- releasebranch_*
pull_request:
branches:
- main
- releasebranch_*
concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}
cancel-in-progress: true
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/[email protected]
with:
clang-format-version: '15'
check-path: .