1
0
Fork 0
forked from infra/keys

ci fuckery

This commit is contained in:
kleines Filmröllchen 2025-01-28 11:24:26 +01:00
parent e7027c07be
commit 17b4c334e1
Signed by: filmroellchen
SSH key fingerprint: SHA256:NarU6J/XgCfEae4rbei0YIdN2pYaYDccarK6R53dnc8

View file

@ -20,10 +20,13 @@ jobs:
apk add --no-cache nodejs git openssh python3 py3-pip apk add --no-cache nodejs git openssh python3 py3-pip
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
with:
# IMPORTANT! Otherwise, the script cannot see all commits and will assume the last commit is the author of every file.
fetch-depth: 0
- name: Create virtualenv and install Python dependencies - name: Create virtualenv and install Python dependencies
run: | run: |
python -m venv venv python -m venv .venv
. venv/bin/activate . .venv/bin/activate
pip install --upgrade GitPython requests pip install --upgrade GitPython requests
- name: Run verification script - name: Run verification script
run: . venv/bin/activate && python verify.py run: . .venv/bin/activate && python verify.py