diff --git a/.github/workflows/test-ubuntu-18.04.yml b/.github/workflows/test-ubuntu-18.04.yml index 38f280b..6d9eef5 100644 --- a/.github/workflows/test-ubuntu-18.04.yml +++ b/.github/workflows/test-ubuntu-18.04.yml @@ -14,7 +14,7 @@ defaults: jobs: tests: - name: ubuntu-18.04 + name: Tests uses: ./.github/workflows/tests.yml with: runner-os: "ubuntu-18.04" diff --git a/.github/workflows/test-ubuntu-20.04.yml b/.github/workflows/test-ubuntu-20.04.yml index ad43f3f..52b5090 100644 --- a/.github/workflows/test-ubuntu-20.04.yml +++ b/.github/workflows/test-ubuntu-20.04.yml @@ -14,7 +14,7 @@ defaults: jobs: tests: - name: ubuntu-20.04 + name: Tests uses: ./.github/workflows/tests.yml with: runner-os: "ubuntu-20.04" diff --git a/.github/workflows/test-ubuntu-22.04.yml b/.github/workflows/test-ubuntu-22.04.yml index c3e6e26..fd752eb 100644 --- a/.github/workflows/test-ubuntu-22.04.yml +++ b/.github/workflows/test-ubuntu-22.04.yml @@ -14,7 +14,7 @@ defaults: jobs: tests: - name: ubuntu-22.04 + name: Tests uses: ./.github/workflows/tests.yml with: runner-os: "ubuntu-22.04" diff --git a/README.md b/README.md index 8efc90e..e026f9d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -[![Tests](https://github.com/jidicula/clang-format-action/actions/workflows/tests.yml/badge.svg)](https://github.com/jidicula/clang-format-action/actions/workflows/tests.yml) [![shell-lint](https://github.com/jidicula/clang-format-action/workflows/shell-lint/badge.svg?branch=main)](https://github.com/jidicula/clang-format-action/actions?query=workflow%3Ashell-lint+branch%3Amain) +[![ubuntu-18.04](https://github.com/jidicula/clang-format-action/actions/workflows/test-ubuntu-18.04.yml/badge.svg)](https://github.com/jidicula/clang-format-action/actions/workflows/test-ubuntu-18.04.yml) [![ubuntu-20.04](https://github.com/jidicula/clang-format-action/actions/workflows/test-ubuntu-20.04.yml/badge.svg)](https://github.com/jidicula/clang-format-action/actions/workflows/test-ubuntu-20.04.yml) [![ubuntu-22.04](https://github.com/jidicula/clang-format-action/actions/workflows/test-ubuntu-22.04.yml/badge.svg)](https://github.com/jidicula/clang-format-action/actions/workflows/test-ubuntu-22.04.yml) + +[![shell-lint](https://github.com/jidicula/clang-format-action/workflows/shell-lint/badge.svg?branch=main)](https://github.com/jidicula/clang-format-action/actions?query=workflow%3Ashell-lint+branch%3Amain) + # clang-format-action GitHub Action for `clang-format` checks. Note that this Action does **NOT** format your code for you - it only verifies that your repository's code follows your project's formatting conventions.