ci: clang-tidy CI cleanup

This commit is contained in:
Mateusz Pusz
2024-05-30 19:55:04 +02:00
parent cd36e6f974
commit 03625b38fd

View File

@@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
name: clang-tidy
name: clang-tidy CI
on:
push:
@@ -30,9 +30,6 @@ on:
paths-ignore:
- "docs/**"
env:
CHANNEL: ${{ fromJSON('["testing", "stable"]')[github.ref_type == 'tag' && startsWith(github.ref_name, 'v')] }}
jobs:
build:
name: "${{ matrix.formatting }} ${{ matrix.contracts }} C++${{ matrix.std }} ${{ matrix.config.name }} ${{ matrix.build_type }}"
@@ -60,9 +57,6 @@ jobs:
conan-config: "",
}
build_type: ["Release", "Debug"]
exclude:
- formatting: "std::format"
config: { std_format_support: "False" }
env:
CC: ${{ matrix.config.compiler.cc }}