Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sonirohan committed Nov 22, 2024
2 parents fd47e1f + 53e74eb commit e98e433
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,20 @@ jobs:
python -m pip install --upgrade pip
pip install pytest
- run: |
python tools/build_unit_tests.py --run_tests
python tools/build_unit_tests.py --run_tests
static_analyzer:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- uses: actions/setup-python@v5
- run: |
python -m pip install --upgrade pip
pip install 'pylama[all]'
- run: |
pylama -o config/pylama.cfg applications unit_tests shared/drivers

0 comments on commit e98e433

Please sign in to comment.