Skip to content

Update README.md

Update README.md #91

Workflow file for this run

name: Linting
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Setup Python
uses: actions/setup-python@master
with:
python-version: '3.11'
- name: Dependencies
run: |
python -m pip install --upgrade pip
pip install -e .
- name: Linting
run: |
pip install pylint==2.15.8
python -m pylint --reports=n --rcfile=.pylintrc certbot_dns_hetzner