Skip to content

Order mailing usernames alfabetically #191

Order mailing usernames alfabetically

Order mailing usernames alfabetically #191

Workflow file for this run

name: flake8 Lint
on: [push, pull_request]
jobs:
flake8-lint:
runs-on: ubuntu-latest
name: Lint
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.7'
- name: flake8 Lint
uses: py-actions/[email protected]