1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-01 05:03:52 +00:00

chore(deps): pre-commit.ci autoupdate (#883)

* chore(deps): pre-commit.ci autoupdate

updates:
- [github.com/pre-commit/mirrors-clang-format: v16.0.3 → v16.0.4](https://github.com/pre-commit/mirrors-clang-format/compare/v16.0.3...v16.0.4)

* ci: drop 18.04 runner

* ci: don't fail if codecov errors (it often does)

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
Co-authored-by: Henry Schreiner <henry.fredrick.schreiner@cern.ch>
This commit is contained in:
pre-commit-ci[bot] 2023-06-14 16:30:02 -04:00 committed by GitHub
parent 784fa3ebd3
commit 0700bc1ac6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 11 deletions

View File

@ -55,7 +55,6 @@ jobs:
- uses: codecov/codecov-action@v3
with:
files: build/coverage.info
fail_ci_if_error: true
functionalities: fixes
clang-tidy:
@ -140,9 +139,9 @@ jobs:
- name: Build
run: meson compile -C build-meson
cmake-config-ubuntu-1804:
name: CMake config check (Ubuntu 18.04)
runs-on: ubuntu-18.04
cmake-config-ubuntu-2004:
name: CMake config check (Ubuntu 20.04)
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
@ -187,12 +186,6 @@ jobs:
cmake-version: "3.10"
if: success() || failure()
cmake-config-ubuntu-2004:
name: CMake config check (Ubuntu 20.04)
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Check CMake 3.11 (full)
uses: ./.github/actions/quick_cmake
with:

View File

@ -26,7 +26,7 @@ repos:
- id: debug-statements
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v16.0.3
rev: v16.0.4
hooks:
- id: clang-format
types_or: [c++, c, cuda]