Skip to content

Add LICENSE

Add LICENSE #11

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -U pip pipx
pipx install poetry==1.7.1
poetry config virtualenvs.in-project true
poetry install
- name: Flake8
run: make flake8
- name: Mypy
run: make mypy
- name: Pylint
run: make pylint
- name: Build single-dc-l3ls-fabric
run: poetry run pyavd-build -i tests/data/single-dc-l3ls-fabric/inventory.yml -o intended-single-dc-l3ls-fabric -f FABRIC -v
- name: Store single-dc-l3ls-fabric intended configs
uses: actions/upload-artifact@v4
with:
name: single-dc-l3ls-fabric configs
path: intended-single-dc-l3ls-fabric/