forked from infra/keys
check out first
This commit is contained in:
parent
15b61dacb5
commit
cb100a4b42
1 changed files with 2 additions and 2 deletions
|
@ -15,6 +15,8 @@ jobs:
|
||||||
run:
|
run:
|
||||||
shell: ash -eo pipefail {0}
|
shell: ash -eo pipefail {0}
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v4
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
apk add --no-cache nodejs git openssh python3 py3-pip
|
apk add --no-cache nodejs git openssh python3 py3-pip
|
||||||
|
@ -23,7 +25,5 @@ jobs:
|
||||||
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: Checkout repository
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
- name: Run verification script
|
- name: Run verification script
|
||||||
run: . venv/bin/activate && python verify.py
|
run: . venv/bin/activate && python verify.py
|
Loading…
Add table
Reference in a new issue