Skip to content

docs: add initial documentation for notifications #53

docs: add initial documentation for notifications

docs: add initial documentation for notifications #53

name: Verify Dunder __init__.py Files
on:
pull_request:
merge_group:
push:
branches:
- master
jobs:
verify_dunder_init:
name: Verify __init__.py Files
runs-on: ubuntu-latest
steps:
- name: Check out branch
uses: actions/checkout@v5
- name: Ensure git is installed
run: |
sudo apt-get update && sudo apt-get install git
- name: Verify __init__.py files exist
run: |
scripts/verify-dunder-init.sh