remove ruby and migrate to python

This commit is contained in:
cyberbuff
2026-05-02 18:30:22 -04:00
parent 113f30c97c
commit c87611d68b
22 changed files with 2872 additions and 1540 deletions
+6 -7
View File
@@ -40,15 +40,14 @@ jobs:
env:
PYTHONPATH: ${{ github.workspace }}
- name: setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
bundler-cache: true
- name: Generate markdown docs for atomics
run: poetry run python runner.py generate-docs
working-directory: atomic_red_team
env:
PYTHONPATH: ${{ github.workspace }}
- name: generate markdown docs for atomics
- name: commit generated changes
run: |
bin/generate-atomic-docs.rb
echo ""
echo ""
git status