Skip to content

Update README

Update README #130

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
name: black formatter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--line-length 80 --verbose --diff --color"
src: "./promptmeteo"