From cb100a4b4225fb2cc58c321c623e4d8c3902acd3 Mon Sep 17 00:00:00 2001 From: someone_else Date: Tue, 28 Jan 2025 11:12:28 +0100 Subject: [PATCH] check out first --- .forgejo/workflows/verify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/verify.yml b/.forgejo/workflows/verify.yml index 71868d8..0fb2caa 100644 --- a/.forgejo/workflows/verify.yml +++ b/.forgejo/workflows/verify.yml @@ -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 \ No newline at end of file