Skip to content

apprise: improve the dez_pushover scriptlet #151

apprise: improve the dez_pushover scriptlet

apprise: improve the dez_pushover scriptlet #151

Workflow file for this run

---
name: Lint files
on:
push:
workflow_dispatch:
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- uses: pre-commit/action@v3.0.0