Skip to content

Commit

Permalink
Update lint_python.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
c0m4r authored Jan 11, 2024
1 parent ac71e40 commit 7a050e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.12.1'
- run: ./deploy.sh
- run: |
wget https://raw.githubusercontent.com/c0m4r/okrutnik/main/okrutnik.sh
chmod +x okrutnik.sh
Expand All @@ -34,7 +35,6 @@ jobs:
- run: pylama *.py lib/*.py || true
- run: pylint *.py lib/*.py || true
- run: safety check --ignore 62044
- run: ./deploy.sh
- run: timeout -s TERM 10 ./loki.py -d || true
- run: ./loki.py --noprocs --noindicator --dontwait --debug -p ./test
- run: ./loki.py --noprocs --noindicator --dontwait --debug --intense -p ./test
Expand Down

0 comments on commit 7a050e8

Please sign in to comment.