Skip to content

Commit

Permalink
ci: addition of .sh scripts to ci
Browse files Browse the repository at this point in the history
Signed-off-by: VyacheslavIurevich <[email protected]>
  • Loading branch information
VyacheslavIurevich committed Jul 31, 2024
1 parent a362da6 commit a376e82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
pip install pylint
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')
./ci/pylint.sh
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@ jobs:
pip install pytest
- name: Run tests
run: |
mkdir res/out
pytest src/tests/user_tests.py
./ci/test.sh

0 comments on commit a376e82

Please sign in to comment.