Skip to content

embedmamager plugin v1.4.7: #715

embedmamager plugin v1.4.7:

embedmamager plugin v1.4.7: #715

Workflow file for this run

name: Modmail Plugins Workflow
on: [push, pull_request]
jobs:
code-style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v3
with:
python-version: 3.8
architecture: x64
- name: Install dependencies
run: |
python -m pip install --upgrade pip pipenv
pipenv install --dev --system
- name: Black
run: |
black . --diff --check