Skip to content

Serve FFMUC's freifunk.net subdomains with Bind and request LE certif… #436

Serve FFMUC's freifunk.net subdomains with Bind and request LE certif…

Serve FFMUC's freifunk.net subdomains with Bind and request LE certif… #436

Workflow file for this run

---
name: black
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: psf/black@main
with:
# yamllint disable-line rule:line-length
options: ". --exclude respondd/respondd-tmpl/lib/respondd_client.py --check --diff"