Skip to content

Merge branch 'main' of https://github.com/StephanAkkerman/fintwit-bot #176

Merge branch 'main' of https://github.com/StephanAkkerman/fintwit-bot

Merge branch 'main' of https://github.com/StephanAkkerman/fintwit-bot #176

Workflow file for this run

name: Run Black formatter
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./src"
jupyter: false