Skip to content

mail-prepender.sh simplify Return-Path handling #8

mail-prepender.sh simplify Return-Path handling

mail-prepender.sh simplify Return-Path handling #8

Workflow file for this run

name: Black (Python)
on:
push:
pull_request:
branches:
- main
jobs:
black:
name: Black
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check Black formatting for Python scripts
uses: psf/black@stable
with:
options: --check --verbose
src: .