Searched +full:check +full:- +full:windows +full:- +full:1 +full:_48 (Results 1 – 2 of 2) sorted by relevance
6 - main12 runs-on: ubuntu-latest14 - uses: actions/checkout@v317 - uses: ./.github/actions/install-rust20 - run: cargo fmt --all -- --check22 check:23 name: Check24 runs-on: ${{ matrix.os }}29 - build: stable30 os: ubuntu-latest[all …]
6 // SPDX-FileCopyrightText: 2013-2023 Niels Lohmann <https://nlohmann.me>7 // SPDX-License-Identifier: MIT40 // SPDX-FileCopyrightText: 2013-2023 Niels Lohmann <https://nlohmann.me>41 // SPDX-License-Identifier: MIT53 // SPDX-FileCopyrightText: 2013-2023 Niels Lohmann <https://nlohmann.me>54 // SPDX-License-Identifier: MIT68 #define NLOHMANN_JSON_VERSION_MAJOR 3 // NOLINT(modernize-macro-to-enum)69 #define NLOHMANN_JSON_VERSION_MINOR 11 // NOLINT(modernize-macro-to-enum)70 #define NLOHMANN_JSON_VERSION_PATCH 3 // NOLINT(modernize-macro-to-enum)155 // SPDX-FileCopyrightText: 2013-2023 Niels Lohmann <https://nlohmann.me>[all …]