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:
parent
784fa3ebd3
commit
0700bc1ac6
13
.github/workflows/tests.yml
vendored
13
.github/workflows/tests.yml
vendored
@ -55,7 +55,6 @@ jobs:
|
|||||||
- uses: codecov/codecov-action@v3
|
- uses: codecov/codecov-action@v3
|
||||||
with:
|
with:
|
||||||
files: build/coverage.info
|
files: build/coverage.info
|
||||||
fail_ci_if_error: true
|
|
||||||
functionalities: fixes
|
functionalities: fixes
|
||||||
|
|
||||||
clang-tidy:
|
clang-tidy:
|
||||||
@ -140,9 +139,9 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: meson compile -C build-meson
|
run: meson compile -C build-meson
|
||||||
|
|
||||||
cmake-config-ubuntu-1804:
|
cmake-config-ubuntu-2004:
|
||||||
name: CMake config check (Ubuntu 18.04)
|
name: CMake config check (Ubuntu 20.04)
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
@ -187,12 +186,6 @@ jobs:
|
|||||||
cmake-version: "3.10"
|
cmake-version: "3.10"
|
||||||
if: success() || failure()
|
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)
|
- name: Check CMake 3.11 (full)
|
||||||
uses: ./.github/actions/quick_cmake
|
uses: ./.github/actions/quick_cmake
|
||||||
with:
|
with:
|
||||||
|
@ -26,7 +26,7 @@ repos:
|
|||||||
- id: debug-statements
|
- id: debug-statements
|
||||||
|
|
||||||
- repo: https://github.com/pre-commit/mirrors-clang-format
|
- repo: https://github.com/pre-commit/mirrors-clang-format
|
||||||
rev: v16.0.3
|
rev: v16.0.4
|
||||||
hooks:
|
hooks:
|
||||||
- id: clang-format
|
- id: clang-format
|
||||||
types_or: [c++, c, cuda]
|
types_or: [c++, c, cuda]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user