Skip to content

Merge branch 'main' of https://github.com/olafurjohannsson/sentiment-… #178

Merge branch 'main' of https://github.com/olafurjohannsson/sentiment-…

Merge branch 'main' of https://github.com/olafurjohannsson/sentiment-… #178

Workflow file for this run

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