Skip to content

build(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #270

build(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows

build(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #270

Workflow file for this run

# Enforce code formatting with Black
# https://black.readthedocs.io/en/stable/integrations/github_actions.html
name: Blacken
on: [push, pull_request]
jobs:
blacken:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --color --diff"
src: "."
version: "~= 23.0" # Must match requirements.txt