Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
NoureldinYosri committed Dec 6, 2024
1 parent 814e026 commit d6908ef
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,24 +37,20 @@ jobs:
pip install -r dev_tools/dev.env.txt
- name: Typecheck
run: |
. ./ci/mypy.sh
run: ci/mypy.sh

- name: shellcheck
run: |
. ./ci/shellcheck.sh
run: ci/shellcheck.sh

- name: format
run: |
black --exclude tunits/proto/.* --check .
- name: lint
run:
. ./ci/pylint_all.sh
run: ci/pylint_all.sh

- name: Check modified protos
run: |
./ci/build_changed_protos.sh origin/main
run: ci/build_changed_protos.sh origin/main

#
# Install
Expand All @@ -66,9 +62,7 @@ jobs:
- name: pytest
run: |
. ./ci/pytest_unit.sh
run: ci/pytest_unit.sh

- name: perf
run: |
. ./ci/pytest_perf.sh
run: ci/pytest_perf.sh

0 comments on commit d6908ef

Please sign in to comment.