Skip to content

Fix Admin UI configuration and navigation #3

Fix Admin UI configuration and navigation

Fix Admin UI configuration and navigation #3

name: Code comment coverage
on:
pull_request:
branches:
- main
- develop
jobs:
comment-coverage:
runs-on: ubuntu-latest
env:
TARGET_DIR: beacon
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Check comment coverage
run: python scripts/check_comment_coverage.py "$TARGET_DIR"