Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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))$'

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading