From 2bf970025d872cf94a0ebb46805e58e41f0ebbe8 Mon Sep 17 00:00:00 2001 From: "max.mehl" Date: Fri, 5 Aug 2022 13:19:44 +0200 Subject: [PATCH] get env --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a226288..b5dc542 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,6 +6,8 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 + - run: pwd + - run: ls -la - name: REUSE Compliance Check uses: fsfe/reuse-action@v1