Skip to content

Release pyVoIP v2.0.0a5 #106

Release pyVoIP v2.0.0a5

Release pyVoIP v2.0.0a5 #106

Workflow file for this run

name: Check flake8
on:
push:
branches:
- "master"
- "development"
pull_request:
jobs:
check-flake8:
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
- "3.12"
steps:
- uses: actions/[email protected]
with:
fetch-depth: 2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/[email protected]
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e . -r requirements-test.txt
- name: flake8
run: flake8 pyVoIP