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))$' 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