Initial commit
This commit is contained in:
commit
42a8abcd13
2 changed files with 27 additions and 0 deletions
27
.forgejo/workflows/runlevel-ai-review.yml
Normal file
27
.forgejo/workflows/runlevel-ai-review.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue