Initial commit

This commit is contained in:
Frank Harris 2026-06-12 07:58:08 -05:00
commit 42a8abcd13
2 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,27 @@
name: Runlevel AI Review
on:
push:
branches:
- main
- master
- dev
- develop
jobs:
review:
runs-on: docker
steps:
- name: Check out repository
uses: actions/checkout@v6
- name: Run Runlevel Analyzer
run: |
python3 /home/dev/tools/runlevel-repo-analyzer/analyzer.py \
--repo . \
--update-readme
- name: Show review
run: |
cat .runlevel/RUNLEVEL_REVIEW.md

0
README.md Normal file
View file