Skip to content

improvements in file management #10

improvements in file management

improvements in file management #10

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