Skip to content

Merge pull request #235 from tayler6000/bugfix/registration_issue #99

Merge pull request #235 from tayler6000/bugfix/registration_issue

Merge pull request #235 from tayler6000/bugfix/registration_issue #99

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