From a5931336f273efe5bbddc10251e68b078939d3d3 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Thu, 16 May 2024 19:50:04 +0100 Subject: [PATCH] verify pwd and files in dir --- .forgejo/workflows/test.yml | 4 ++-- entrypoint.sh | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 50b6116..fc38aad 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -4,10 +4,10 @@ jobs: runs-on: docker steps: - name: Test - uses: https://git.kemitix.net/kemitix/rust@v0.2.1 + uses: https://git.kemitix.net/kemitix/rust@v0.2.2 with: args: test - name: Build - uses: https://git.kemitix.net/kemitix/rust@v0.2.1 + uses: https://git.kemitix.net/kemitix/rust@v0.2.2 with: args: build diff --git a/entrypoint.sh b/entrypoint.sh index 1dddfc8..ab6d17c 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,4 +2,6 @@ set -e +pwd +ls -l cargo ${INPUT_ARGS}