docker: shrink default address pool size from 172*/16 and 192.169*/20… #460
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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" |