Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
marzukr committed Dec 10, 2024
1 parent 78ac0fc commit aa600cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.12'
- run: pip install cpplint==1.6.1
- run: cpplint --recursive ai/src ai/tests
pylint:
Expand All @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.12'
- run: pip install pylint==3.3.2
- run: find api/src -type f -name "*.py" | xargs pylint
build-test:
Expand Down

0 comments on commit aa600cc

Please sign in to comment.