Skip to content

Commit

Permalink
Add check-basics
Browse files Browse the repository at this point in the history
  • Loading branch information
Wovchena committed Oct 22, 2024
1 parent 57c1ec1 commit aced8ce
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/accuracy_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,12 @@ jobs:
run: |
python -m pip install pylint==2.10.2
PYTHONPATH=. python -m pylint --rcfile=.pylintrc `find -wholename '?*/**/*.py' -not -path "./tests/*" -not -path "./build/*"`
check-basics:
runs-on: ubuntu-lastest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- run: python -m pip install -r ./src/ci/requirements-check-basics.in -r ./src/ci/requirements-documentation.in
- run: python ./src/ci/check-basics.py
- run: python ./src/ci/prepare-documentation.py ./prepared-documentation

0 comments on commit aced8ce

Please sign in to comment.