Skip to content

docs: Update locationforecast after rewrite #18

docs: Update locationforecast after rewrite

docs: Update locationforecast after rewrite #18

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
black:
name: Black
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "."