Skip to content

Icon fix on Linux with libnotify #109

Icon fix on Linux with libnotify

Icon fix on Linux with libnotify #109

# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Test For Black Formatting
on:
push:
branches:
- dev
pull_request:
branches:
- dev
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Test Black Formatting
run: |
pip install black
python -m black --check notifypy/