Skip to content

solved an issue with downloading a file in Windows #25

solved an issue with downloading a file in Windows

solved an issue with downloading a file in Windows #25

Workflow file for this run

name: BitDust p2p-app quality checks
on:
pull_request:
branches: [ "master" ]
jobs:
quality_checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: clean venv
run: make clean venv
- name: check_no_debug
run: make check_no_debug