Skip to content

mail-prepender.sh only 1st Return-Path is special #5

mail-prepender.sh only 1st Return-Path is special

mail-prepender.sh only 1st Return-Path is special #5

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: .