Skip to content

Peer Service Interface and Config Customizability #64

Peer Service Interface and Config Customizability

Peer Service Interface and Config Customizability #64

Workflow file for this run

name: Lint
on:
- push
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
- '3.11'
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install package dependencies
run: |
python -m pip install --upgrade pip
pip3 install .
- name: Install test dependencies
run: |
pip3 install pylint
- name: Lint with pylint
run: |
pylint wireguard