Skip to content

Recognise and add tests for various types of invalid MAC addresses #160

Recognise and add tests for various types of invalid MAC addresses

Recognise and add tests for various types of invalid MAC addresses #160

Workflow file for this run

name: Black
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install 'black==22.8.0'
- name: Analysing code formatting with Black
run: |
black --check --diff --line-length 140 --target-version py38 vnet_manager