From 43233a27b1213ee05bc0c673101439fbc8615917 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Mon, 16 Feb 2026 09:49:31 +0000 Subject: [PATCH 1/2] test commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 598a266d2..79f9639c1 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ - See our [documentation](https://gambitproject.readthedocs.io/) - Check our [project website](https://www.gambit-project.org/) -Gambit provides: +**Gambit** provides: - Structures to represent games in extensive and strategic form - Methods for building and modifying games From 201646cbacef5bbeb0fa8bdf968cb84157a0f44d Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Mon, 16 Feb 2026 10:08:59 +0000 Subject: [PATCH 2/2] downgrade clang-format-version to 16 --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 72efdd0cc..8f969a6db 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ jobs: - name: Run clang-format style check for C/C++ uses: jidicula/clang-format-action@v4.16.0 with: - clang-format-version: '17' + clang-format-version: '16' check-path: 'src' include-regex: '^.*\.((((c|C)(c|pp|xx|\+\+)?$)|((h|H)h?(pp|xx|\+\+)?$))|(imp))$'