Skip to content

Commit

Permalink
Fix cpplint
Browse files Browse the repository at this point in the history
  • Loading branch information
JanEricNitschke committed Oct 13, 2024
1 parent 2245787 commit 7d108b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cpp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
run:
working-directory: ./tictactoe_cpp
steps:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Checkout repo
uses: actions/checkout@v4
- name: Lint with cpplint
Expand Down

0 comments on commit 7d108b3

Please sign in to comment.