Skip to content

Construct URL given template #1952

Construct URL given template

Construct URL given template #1952

Workflow file for this run

name: Black
on:
pull_request:
branches:
- "main"
push:
branches:
- "main"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --verbose"
version: "23.3.0"