Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#57)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/mirrors-clang-format: v18.1.3 → v18.1.4](pre-commit/mirrors-clang-format@v18.1.3...v18.1.4)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored May 10, 2024
1 parent f2d2bd8 commit 2731955
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:
hooks:
- id: codespell
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.3
rev: v18.1.4
hooks:
- id: clang-format
types:
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ auto addrs_all = gmlc::netif::getInterfaceAddressesAll(); // Get all addresses (

## CI Test Status

| OS | CPU Arch | Status |
| -------------- | ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| FreeBSD | x86_64 | [![Build Status](http://api.cirrus-ci.com/github/GMLC-TDC/netif.svg?task=freebsd)](https://cirrus-ci.com/github/GMLC-TDC/netif) |
| Linux (Alpine) | AArch64 | [![Build Status](http://api.cirrus-ci.com/github/GMLC-TDC/netif.svg?task=arm64)](https://cirrus-ci.com/github/GMLC-TDC/netif) |
| Linux (Ubuntu) | x86_64 | [![CI](https://github.com/GMLC-TDC/netif/actions/workflows/build.yml/badge.svg)](https://github.com/GMLC-TDC/netif/actions/workflows/build.yml) |
| macOS | ARM64 | [![CI](https://github.com/GMLC-TDC/netif/actions/workflows/build.yml/badge.svg)](https://github.com/GMLC-TDC/netif/actions/workflows/build.yml) |
| Windows 10 | x86_64 | [![CI](https://github.com/GMLC-TDC/netif/actions/workflows/build.yml/badge.svg)](https://github.com/GMLC-TDC/netif/actions/workflows/build.yml) |
| OS | CPU Arch | Status |
| -------------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| FreeBSD | x86_64 | [![Build Status](http://api.cirrus-ci.com/github/GMLC-TDC/netif.svg?task=freebsd)](https://cirrus-ci.com/github/GMLC-TDC/netif) |
| Linux (Alpine) | AArch64 | [![Build Status](http://api.cirrus-ci.com/github/GMLC-TDC/netif.svg?task=arm64)](https://cirrus-ci.com/github/GMLC-TDC/netif) |
| Linux (Ubuntu) | x86_64 | [![CI](https://github.com/GMLC-TDC/netif/actions/workflows/build.yml/badge.svg)](https://github.com/GMLC-TDC/netif/actions/workflows/build.yml) |
| macOS | ARM64 | [![CI](https://github.com/GMLC-TDC/netif/actions/workflows/build.yml/badge.svg)](https://github.com/GMLC-TDC/netif/actions/workflows/build.yml) |
| Windows 10 | x86_64 | [![CI](https://github.com/GMLC-TDC/netif/actions/workflows/build.yml/badge.svg)](https://github.com/GMLC-TDC/netif/actions/workflows/build.yml) |

## Contributing

Expand Down

0 comments on commit 2731955

Please sign in to comment.