1
0
Fork 0
forked from infra/keys

check out first

This commit is contained in:
kleines Filmröllchen 2025-01-28 11:12:28 +01:00
parent 15b61dacb5
commit cb100a4b42
Signed by: filmroellchen
SSH key fingerprint: SHA256:NarU6J/XgCfEae4rbei0YIdN2pYaYDccarK6R53dnc8

View file

@ -15,6 +15,8 @@ jobs:
run:
shell: ash -eo pipefail {0}
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install dependencies
run: |
apk add --no-cache nodejs git openssh python3 py3-pip
@ -23,7 +25,5 @@ jobs:
python -m venv venv
. venv/bin/activate
pip install --upgrade GitPython requests
- name: Checkout repository
uses: actions/checkout@v4
- name: Run verification script
run: . venv/bin/activate && python verify.py