Skip to content

EOS: Convert VLAN UUID names to 32 chars #604

EOS: Convert VLAN UUID names to 32 chars

EOS: Convert VLAN UUID names to 32 chars #604

Workflow file for this run

name: run-tox
on:
push:
branches:
- main
- stable/yoga-m3
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.8]
steps:
- uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
- name: Install Tox
run: pip install tox
- name: Run Tox Tests
run: "tox -e py"
pep8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install Tox
run: pip install tox
- name: Run Tox pep8
run: "tox -e pep8"