Skip to content

create-site.sh validate all hostnames #10

create-site.sh validate all hostnames

create-site.sh validate all hostnames #10

Workflow file for this run

name: Black (Python)
on:
push:
pull_request:
branches:
- main
jobs:
black:
name: Black
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check Black formatting for Python scripts
uses: psf/black@stable
with:
options: --check --verbose
src: .